mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-02 12:21:22 +02:00
* remove usb group * add to video group * use correct permissions on confd file * install both dvb scan files in same location
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="/usr/bin/tvheadend"
|
|
command_args="-f -c $TVHCONF -u tvheadend -g video $TVHARGS"
|
|
retry="TERM/30/KILL/5"
|
|
command_background=true
|
|
pidfile=$TVHPID
|
|
name="tvheadend-git"
|
|
required_dirs=$TVHCONF
|
|
|
|
depend() {
|
|
use logger dns
|
|
need net
|
|
after firewall
|
|
}
|