docker-plex/start

7 lines
121 B
Plaintext
Raw Normal View History

2015-09-26 18:19:26 -07:00
#!/bin/bash
# Cleanly kill plex when container is stopped
trap 'kill $(jobs -p)' EXIT
su -c "/usr/sbin/start_pms" plex