1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/tvheadend-git/tvheadend-git.initd
2016-03-08 17:08:53 +01:00

14 lines
260 B
Text

#!/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
}