Remove dbus pidfile at startup
This commit is contained in:
@@ -85,5 +85,10 @@ if [ ! -f "${RDP_TLS_KEY_PATH:?}" ] || [ ! -f "${RDP_TLS_CERT_PATH:?}" ]; then
|
|||||||
) >/dev/null
|
) >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Remove dbus pidfile
|
||||||
|
if [ -e /run/dbus/pid ]; then
|
||||||
|
rm -f /run/dbus/pid
|
||||||
|
fi
|
||||||
|
|
||||||
# Start all services
|
# Start all services
|
||||||
exec runsvdir -P /etc/service/
|
exec runsvdir -P /etc/service/
|
||||||
|
|||||||
Reference in New Issue
Block a user