summarylogtreecommitdiffstats
path: root/tvheadend.service
blob: 2c47f21724186ddb4ded10e7e4357ec148287f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Tvheadend - a 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