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