blob: 05b6fea8a362d10179e9833cfc511bdb7fc838c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/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"
required_dirs=$TVHCONF
depend() {
use logger dns
need net
after firewall
}
|