From db86b03b1c5b3940c7daf4a03dac364861fcead3 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Thu, 2 Jan 2014 00:35:42 +0100 Subject: nixos/apcupsd: add systemd documentation hint systemctl has the ability to display a list of documentation URLs in the output of "systemctl status ". --- nixos/modules/services/monitoring/apcupsd.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/monitoring/apcupsd.nix') diff --git a/nixos/modules/services/monitoring/apcupsd.nix b/nixos/modules/services/monitoring/apcupsd.nix index 6cc0c122ec6..ffa7be7dd30 100644 --- a/nixos/modules/services/monitoring/apcupsd.nix +++ b/nixos/modules/services/monitoring/apcupsd.nix @@ -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 -- cgit 1.4.1