From fd08470a26a4eedaf5181fea8c6522d25b666804 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 22 Feb 2009 16:09:07 +0000 Subject: [PATCH] * Quick hack to make sure that acpid starts before hal. svn path=/nixos/branches/fix-style/; revision=14190 --- upstart-jobs/hal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart-jobs/hal.nix b/upstart-jobs/hal.nix index 96982341080..e510120a04d 100644 --- a/upstart-jobs/hal.nix +++ b/upstart-jobs/hal.nix @@ -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