mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-02-19 20:03:03 +08:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "Starting Plex Media Server."
|
|
export PLEX_MEDIA_SERVER_INFO_MODEL=$(uname -m)
|
|
export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION=$(uname -r)
|
|
exec \
|
|
s6-setuidgid abc \
|
|
/usr/lib/plexmediaserver/Plex\ Media\ Server
|