* Quick hack to make sure that acpid starts before hal.
svn path=/nixos/branches/fix-style/; revision=14190
This commit is contained in:
parent
51fee9bfbc
commit
fd08470a26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue