mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-04-13 00:04:33 +08:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "Starting Plex Media Server."
|
|
exec s6-setuidgid abc /usr/sbin/start_pms
|
|
|