about summary refs log tree commit diff
path: root/modules/services/monitoring
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-07-22 14:26:48 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-07-22 14:58:51 +0200
commit38a4d6d6d76d2e17a860a6ebb8355840acb12360 (patch)
tree12d55f4e9f42be2c75571d09d8c14988b1bb2244 /modules/services/monitoring
parentfe9ac2ca1c4960fcab67a6a7a332ea4876ed3544 (diff)
downloadnixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.tar
nixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.tar.gz
nixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.tar.bz2
nixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.tar.lz
nixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.tar.xz
nixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.tar.zst
nixlib-38a4d6d6d76d2e17a860a6ebb8355840acb12360.zip
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.
Diffstat (limited to 'modules/services/monitoring')
-rw-r--r--modules/services/monitoring/apcupsd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/monitoring/apcupsd.nix b/modules/services/monitoring/apcupsd.nix
index b7da167b187b..114bad5c947e 100644
--- a/modules/services/monitoring/apcupsd.nix
+++ b/modules/services/monitoring/apcupsd.nix
@@ -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 = {