3
0
Fork 0
forked from mirrors/nixpkgs

* Make acpid depend on syslogd (to prevent it printing startup

messages to the console).

svn path=/nixos/trunk/; revision=22545
This commit is contained in:
Eelco Dolstra 2010-07-09 12:35:06 +00:00
parent 54a4eead20
commit abbc2f4f2b

View file

@ -97,7 +97,7 @@ in
jobs.acpid =
{ description = "ACPI daemon";
startOn = "started udev";
startOn = "stopped udevtrigger and started syslogd";
exec = "${pkgs.acpid}/sbin/acpid --foreground --confdir ${acpiConfDir}";
};