* Quick hack to make sure that acpid starts before hal.

svn path=/nixos/branches/fix-style/; revision=14190
This commit is contained in:
Nicolas Pierron 2009-02-22 16:09:07 +00:00
parent 51fee9bfbc
commit fd08470a26

View file

@ -46,7 +46,7 @@ let
# !!! TODO: make sure that HAL starts after acpid,
# otherwise hald-addon-acpi will grab /proc/acpi/event.
start on dbus
start on ${if config.powerManagement.enable then "acpid" else "dbus"}
stop on shutdown
start script