apcupsd-service: "UPS daemon" => "APC UPS daemon" description update

Sometimes systemd only prints the service description. Then it is nice
to know which UPS daemon we're dealing with.
This commit is contained in:
Bjørn Forsman 2013-07-22 14:26:48 +02:00
parent fe9ac2ca1c
commit 38a4d6d6d7

View File

@ -148,7 +148,7 @@ in
# wall: cannot get tty name: Inappropriate ioctl for device
# The message still gets through.
systemd.services.apcupsd = {
description = "UPS daemon";
description = "APC UPS daemon";
wantedBy = [ "multi-user.target" ];
preStart = "mkdir -p /run/apcupsd/";
serviceConfig = {