diff --git a/modules/services/monitoring/ups.nix b/modules/services/monitoring/ups.nix index 2874bbf2087..eedd69ac191 100644 --- a/modules/services/monitoring/ups.nix +++ b/modules/services/monitoring/ups.nix @@ -191,7 +191,7 @@ in jobs.upsd = { description = "Uninterruptible Power Supplies (Daemon)"; - startOn = "started network-interfaces and upsmon"; + startOn = "started network-interfaces and started upsmon"; daemonType = "fork"; # TODO: replace 'root' by another username. exec = ''${pkgs.nut}/sbin/upsd -u root'';