3
0
Fork 0
forked from mirrors/nixpkgs

fixed a upstart issue where upsd was never started

svn path=/nixos/trunk/; revision=33494
This commit is contained in:
Joachim Schiele 2012-03-31 11:39:30 +00:00
parent f4883572d8
commit bc6ca7944f

View file

@ -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'';