]> git.pld-linux.org Git - packages/dbus.git/blobdiff - messagebus.init
- updated to 1.8.12 (avoid regression caused by CVE-2014-3639 patch on some systems...
[packages/dbus.git] / messagebus.init
old mode 100644 (file)
new mode 100755 (executable)
index d70ccd6..21e9ff1
@@ -2,7 +2,7 @@
 #
 # messagebus   The D-BUS systemwide message bus
 #
-# chkconfig:   345 22 85
+# chkconfig:   345 22 78
 #
 # description: This is a daemon which broadcasts notifications of system
 #              events and other messages.
@@ -41,7 +41,7 @@ start() {
                modprobe -s capability
        fi
        dbus-uuidgen --ensure
-       daemon --pidfile dbus.pid /usr/bin/dbus-daemon --system
+       daemon --pidfile dbus.pid --redirfds /usr/bin/dbus-daemon --system
        RETVAL=$?
        if [ $RETVAL -eq 0 ] ; then
                touch /var/lock/subsys/messagebus
This page took 0.095511 seconds and 4 git commands to generate.