diff --git a/scripts/service/dbus-daemon/run b/scripts/service/dbus-daemon/run index 7b9388a..27b330c 100755 --- a/scripts/service/dbus-daemon/run +++ b/scripts/service/dbus-daemon/run @@ -1,8 +1,4 @@ #!/bin/sh -if [ -e /run/dbus/pid ]; then - rm -f /run/dbus/pid -fi - 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