]> git.pld-linux.org Git - packages/tvheadend.git/commitdiff
Added missing file
authorArtur Frysiak <artur@frysiak.net>
Sat, 11 Jan 2014 20:12:04 +0000 (21:12 +0100)
committerArtur Frysiak <artur@frysiak.net>
Sat, 11 Jan 2014 20:12:04 +0000 (21:12 +0100)
tvheadend.service [new file with mode: 0644]

diff --git a/tvheadend.service b/tvheadend.service
new file mode 100644 (file)
index 0000000..2bf843b
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=tvheadend
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=-/etc/sysconfig/tvheadend
+User=tvheadend
+Group=video
+ExecStart=/usr/bin/tvheadend $TVHEADEND_ARGS
+Restart=always
+RestartSec=5
+
+[Install]
+WantedBy=multi-user.target
This page took 0.08346 seconds and 4 git commands to generate.