forked from Ivasoft/docker-tvheadend
7 lines
138 B
Plaintext
Executable File
7 lines
138 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
RUN_ARRAY=(${RUN_OPTS})
|
|
|
|
exec \
|
|
s6-setuidgid abc /usr/bin/tvheadend -C -c /config "${RUN_ARRAY[@]}"
|