From 38a4d6d6d76d2e17a860a6ebb8355840acb12360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Mon, 22 Jul 2013 14:26:48 +0200 Subject: [PATCH] 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. --- modules/services/monitoring/apcupsd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/monitoring/apcupsd.nix b/modules/services/monitoring/apcupsd.nix index b7da167b187..114bad5c947 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 = {