mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
14 lines
260 B
Text
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
|
|
}
|