]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Likewise on extras.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Aug 2009 13:51:07 +0000 (15:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Aug 2009 13:51:07 +0000 (15:51 +0200)
src/initscripts/extras/haldaemon.conf
src/initscripts/extras/messagebus.conf

index d9c84644ea8c258bfd51cdfb3b7e43bc1d8c39ec..0ed3d7faeb552388d8bb197eeb7e72b1e70b2431 100644 (file)
@@ -4,20 +4,6 @@ author                 "IPFire Team"
 start on started messagebus
 stop on stopping messagebus
 
-console output
-
+exec /usr/sbin/hald --use-syslog --daemon=yes --retain-privileges
 expect fork
 respawn
-exec /usr/sbin/hald --use-syslog --daemon=yes --retain-privileges
-
-post-start script
-       set -e
-       . /etc/init/functions
-       log_success_msg "Starting HAL Daemon..."
-end script
-
-post-stop script
-       set -e
-       . /etc/init/functions
-       log_success_msg "Stopping HAL Daemon..."
-end script
index 51abbbdaa75403c2284e243fcd6926a3adeef8c1..c559c70dcddc73da4a49643460c62acab78d6edb 100644 (file)
@@ -4,23 +4,9 @@ author                 "IPFire Team"
 start on stopped mountfs
 stop on shutdown
 
-console output
-
-respawn
 exec /usr/bin/dbus-daemon --config-file=/etc/dbus-1/system.conf --nofork
+respawn
 
 pre-start script
        dbus-uuidgen --ensure >/dev/null
 end script
-
-post-start script
-       set -e
-       . /etc/init/functions
-       log_success_msg "Starting the D-Bus Messagebus Daemon..."
-end script
-
-post-stop script
-       set -e
-       . /etc/init/functions
-       log_success_msg "Stopping the D-Bus Messagebus Daemon..."
-end script