]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- pass pidfile to start-stop-daemon mode so it checks for proper dbus-daemon process
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Nov 2008 10:03:46 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    messagebus.init -> 1.15

messagebus.init

index e668f1f25034353197bfc038a2e6ebbc507820e2..7d4dcc92fc402c0f26871267c80008cca00f9b5a 100644 (file)
@@ -34,8 +34,7 @@ start() {
                        modprobe -s capability
                fi
                dbus-uuidgen --ensure
-               rm -f /var/run/dbus.pid
-               daemon /usr/bin/dbus-daemon --system
+               daemon --pidfile dbus.pid /usr/bin/dbus-daemon --system
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/messagebus
        else
This page took 0.190518 seconds and 4 git commands to generate.