plex.supervisor.conf 215 B

123456789
  1. [program:plex]
  2. user=plex
  3. command=/usr/sbin/start_pms
  4. stdout_logfile=/dev/stdout
  5. stdout_logfile_maxbytes=0
  6. stderr_logfile=/dev/stderr
  7. stderr_logfile_maxbytes=0
  8. environment=HOME="/var/lib/plexmediaserver",USER="plex"