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
188 B

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