blob: ab014c26080fb94fe14eaa5af348866025db68a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/rpm/tvheadend.service b/rpm/tvheadend.service
index cd2ff3445..47f4183bb 100644
--- a/rpm/tvheadend.service
+++ b/rpm/tvheadend.service
@@ -3,8 +3,7 @@ Description=Tvheadend - a TV streaming server and DVR
After=syslog.target network.target auditd.service
[Service]
-EnvironmentFile=/etc/sysconfig/tvheadend
-ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid $OPTIONS
+ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid -C -u hts -g video
PIDFile=/var/run/tvheadend.pid
Type=forking
Restart=on-failure
|