aboutsummaryrefslogtreecommitdiffstats
path: root/community/tvheadend/tvheadend.initd
blob: a4ac31084adbce79ae8c241305ef9584a36cdfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
}