You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-plex/root/etc/cont-init.d/20-dbus

10 lines
181 B

#!/usr/bin/with-contenv bash
[[ -e /var/run/dbus/pid ]] && rm -f /var/run/dbus/pid
mkdir -p /var/run/dbus
chown messagebus:messagebus /var/run/dbus
dbus-uuidgen --ensure
sleep 1