6 lines
108 B
Text
6 lines
108 B
Text
|
|
#!/usr/bin/with-contenv bash
|
||
|
|
|
||
|
|
echo "Starting Plex Media Server."
|
||
|
|
exec s6-setuidgid abc /usr/sbin/start_pms
|
||
|
|
|