nixos/apcupsd: add systemd documentation hint
systemctl has the ability to display a list of documentation URLs in the output of "systemctl status <service-name>".
This commit is contained in:
parent
1d263f3776
commit
db86b03b1c
@ -161,6 +161,7 @@ in
|
||||
# systemd kills it with SIGKILL.
|
||||
TimeoutStopSec = 5;
|
||||
};
|
||||
unitConfig.Documentation = "man:apcupsd(8)";
|
||||
};
|
||||
|
||||
# A special service to tell the UPS to power down/hibernate just before the
|
||||
|
Loading…
Reference in New Issue
Block a user