]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Modified some initscripts to prevert loops.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 6 Aug 2009 19:31:24 +0000 (21:31 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 6 Aug 2009 19:31:24 +0000 (21:31 +0200)
This changes are all temporary, I will fix the problems later, but at
the moment the give us a bootable/testable system back.

src/initscripts/extras/fcron.conf
src/initscripts/extras/haldaemon.conf
src/initscripts/extras/lighttpd.conf
src/initscripts/extras/openldap.conf

index ec8fc6c4be0090ff8100f0732231ca68c41208c9..503143c69b107a7d6555ff8a39b744be4f135d6f 100644 (file)
@@ -6,7 +6,6 @@ stop on shutdown
 
 console output
 
-respawn
 exec /usr/sbin/fcron -y -b
 
 post-start script
index afb7aa5517256851a8323103ef8032c1505c58ca..2b050bebc5c3852e8d6b62adb684bb5ff20c11a1 100644 (file)
@@ -7,7 +7,7 @@ stop on stopping messagebus
 console output
 
 respawn
-exec /usr/sbin/hald --use-syslog --daemon=no
+exec /usr/sbin/hald --use-syslog --daemon=no --retain-privileges
 
 post-start script
        set -e
index acd01f3cabb1821b1649104c40276840104be808..c9c33b2b2ba19f0e45b25cacfa6445aba553f1e7 100644 (file)
@@ -6,7 +6,6 @@ stop on stopping network
 
 console output
 
-respawn
 exec /usr/sbin/lighttpd -f /etc/lighttpd.conf
 
 post-start script
index 2846f5fafc8e90495ee97d093563e651d5d5c240..36d8075017aafa3479a489961123797cc50d5d15 100644 (file)
@@ -6,8 +6,7 @@ stop on shutdown
 
 console output
 
-respawn
-exec /usr/sbin/slapd -d
+exec /usr/sbin/slapd
 
 post-start script
        set -e