forked from Ivasoft/docker-tvheadend
5 lines
105 B
Plaintext
Executable File
5 lines
105 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc /usr/bin/tvheadend -C -c /config $RUN_OPTS
|