summaryrefslogtreecommitdiff
path: root/media-tv/tvheadend/files/tvheadend.service
blob: 227faffcb08249a77461340daf9a78f3b6d65076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=tvheadend
After=network.target

[Service]
Type=forking
PIDFile=/run/tvheadend.pid
ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid -C -c /etc/tvheadend -u tvheadend -g video
ExecStop=/usr/bin/rm /run/tvheadend.pid
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target