mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-16 01:11:40 +08:00
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/bash
|
|
|
|
echo "Starting Plex Media Server."
|
|
exec /sbin/setuser abc /usr/sbin/start_pms
|