From 2bec9aa8cd2fc5926881295ad6763abfe1891ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sun, 16 Jan 2022 01:36:01 +0100 Subject: [PATCH] Start D-Bus without creating a PID file --- scripts/service/dbus-daemon/run | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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