Merge pull request #86 from linuxserver/env-fixes
use plex env variables, usermod home folder of abc to /apppull/88/head 48
commit
0d83f598ff
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
echo "Starting Plex Media Server."
|
echo "Starting Plex Media Server."
|
||||||
exec s6-setuidgid abc /usr/sbin/start_pms
|
exec \
|
||||||
|
s6-setuidgid abc /bin/bash -c \
|
||||||
|
'/usr/lib/plexmediaserver/Plex\ Media\ Server'
|
||||||
|
Loading…
Reference in new issue