mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-15 13:25:06 -05:00
15 lines
290 B
SYSTEMD
15 lines
290 B
SYSTEMD
|
[Unit]
|
||
|
Description=tvheadend
|
||
|
After=tmp.mount network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/tvheadend.pid
|
||
|
ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid -C -u hts -g video
|
||
|
ExecStop=/usr/bin/rm /run/tvheadend.pid
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|