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/init/10_dbus.sh

9 lines
163 B

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