aports/community/tvheadend/tvheadend.initd
Carlo Landmeter eeda40de08 community/tvheadend: upgrade to 4.2.1
and remove testing/tvheadend-git
2017-04-22 14:59:19 +02:00

15 lines
260 B
Plaintext

#!/sbin/openrc-run
command="/usr/bin/tvheadend"
command_args="-f -c $TVHCONF -u tvheadend -g video -p $TVHPID $TVHARGS"
retry="TERM/30/KILL/5"
pidfile=$TVHPID
name="tvheadend-git"
required_dirs=$TVHCONF
depend() {
use logger dns
need net
after firewall
}