aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tvheadend-git/tvheadend-git.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tvheadend-git/tvheadend-git.initd')
-rw-r--r--testing/tvheadend-git/tvheadend-git.initd14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/tvheadend-git/tvheadend-git.initd b/testing/tvheadend-git/tvheadend-git.initd
deleted file mode 100644
index a4ac31084a..0000000000
--- a/testing/tvheadend-git/tvheadend-git.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-}