Files
docker-tvheadend/root/etc/services.d/tvheadend/run
2020-09-24 20:23:58 +02:00

7 lines
165 B
Plaintext
Executable File

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