Start D-Bus without creating a PID file
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ -e /run/dbus/pid ]; then
|
|
||||||
rm -f /run/dbus/pid
|
|
||||||
fi
|
|
||||||
|
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec /usr/bin/chpst -u messagebus /usr/bin/dbus-daemon --system --nofork
|
exec /usr/bin/chpst -u messagebus /usr/bin/dbus-daemon --system --nofork --nopidfile
|
||||||
|
|||||||
Reference in New Issue
Block a user