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/services.d/plex/run

7 lines
153 B

#!/usr/bin/with-contenv bash
echo "Starting Plex Media Server."
exec \
s6-setuidgid abc /bin/bash -c \
'/usr/lib/plexmediaserver/Plex\ Media\ Server'