summarylogtreecommitdiffstats
path: root/tvheadend.service
blob: 6764e047e26790bc07cba9205a054996ab613a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Tvheadend - TV streaming server and DVR
Wants=network.target

[Service]
Type=forking
RuntimeDirectory=tvheadend
PrivateTmp=yes
Environment=PID_DIR=/run/tvheadend
User=tvheadend
Group=tvheadend
ExecStart=/usr/bin/tvheadend -c /etc/tvheadend -f -p ${PID_DIR}/tvheadend.pid -C
Restart=always

[Install]
WantedBy=multi-user.target