]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed startup of haldaemon (again).
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Aug 2009 16:57:25 +0000 (18:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Aug 2009 16:57:25 +0000 (18:57 +0200)
There is a user missing and so we start hal with all privileges of
root (as far I can see). But this doesn't matter because hal is
deprecated and won't be in the final release of the distribution.

src/initscripts/extras/haldaemon.conf

index 4a770a9addaaa129fe9491aff46fad8a29d98ff0..d9c84644ea8c258bfd51cdfb3b7e43bc1d8c39ec 100644 (file)
@@ -8,7 +8,7 @@ console output
 
 expect fork
 respawn
-exec /usr/sbin/hald --use-syslog --daemon=yes
+exec /usr/sbin/hald --use-syslog --daemon=yes --retain-privileges
 
 post-start script
        set -e