mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-16 01:11:40 +08:00
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/bash
|
|
echo "Starting dbus-daemon"
|
|
exec dbus-daemon --system --nofork
|