summarylogtreecommitdiffstats
path: root/tvheadend.service
diff options
context:
space:
mode:
authorDan Ziemba2016-04-22 20:45:57 -0400
committerDan Ziemba2016-04-22 20:45:57 -0400
commitfe486eda276a8fd46adc8b5a1c7d19ead73c77b6 (patch)
treead2a0e6e269f33e9cc2d260f9ad2c204bfc5f749 /tvheadend.service
parent001a8638053c86d324e0e66db9861836774a3ad2 (diff)
downloadaur-fe486eda276a8fd46adc8b5a1c7d19ead73c77b6.tar.gz
Now using tvh provided systemd service file.
You can now configure arguments in /etc/conf.d/tvheadend.
Diffstat (limited to 'tvheadend.service')
-rw-r--r--tvheadend.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/tvheadend.service b/tvheadend.service
deleted file mode 100644
index 5754f27d20a0..000000000000
--- a/tvheadend.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=tvheadend
-After=tmp.mount network.target
-
-[Service]
-Type=forking
-PIDFile=/run/tvheadend.pid
-ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid -C -u hts -g video
-ExecStop=/usr/bin/rm /run/tvheadend.pid
-Restart=always
-RestartSec=5
-
-[Install]
-WantedBy=multi-user.target