aports/testing/tvheadend-git/tvheadend-git.initd
Carlo Landmeter 904ef04d22 testing/tvheadend-git: fix group/permissions and scan file location
* remove usb group
* add to video group
* use correct permissions on confd file
* install both dvb scan files in same location
2016-03-07 10:12:11 +01:00

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
}