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:
parent
fe9ac2ca1c
commit
38a4d6d6d7
@ -148,7 +148,7 @@ in
|
|||||||
# wall: cannot get tty name: Inappropriate ioctl for device
|
# wall: cannot get tty name: Inappropriate ioctl for device
|
||||||
# The message still gets through.
|
# The message still gets through.
|
||||||
systemd.services.apcupsd = {
|
systemd.services.apcupsd = {
|
||||||
description = "UPS daemon";
|
description = "APC UPS daemon";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
preStart = "mkdir -p /run/apcupsd/";
|
preStart = "mkdir -p /run/apcupsd/";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user