Files
docker-tvheadend/root/etc/services.d/tvheadend/run
2017-12-11 12:42:03 +00:00

7 lines
159 B
Plaintext

#!/usr/bin/with-contenv bash
IFS=" " read -r -a RUN_ARRAY <<< "$RUN_OPTS"
exec \
s6-setuidgid abc /usr/bin/tvheadend -C -c /config "${RUN_ARRAY[@]}"