Files
docker-xubuntu/scripts/service/dbus-daemon/run
Héctor Molinero Fernández 8a3b2625e2 Remove pidfile on service
2020-03-01 17:40:13 +01:00

9 lines
149 B
Bash
Executable File

#!/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