docker-plex/start

7 lines
124 B
Bash
Executable File

#!/bin/bash
# Cleanly kill plex when container is stopped
trap 'kill $(jobs -p)' EXIT
sudo -u plex -H /usr/sbin/start_pms