summarylogtreecommitdiffstats
path: root/xteve.service
blob: 987ec857d0fbfd29867ef23bb2bfb6730c13c4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description = M3U Proxy for Plex DVR and Emby Live TV.
After = network-online.target

[Service]
User = xteve
Group = xteve
WorkingDirectory = /var/lib/xteve
ExecStart = /usr/bin/xteve --config /var/lib/xteve
KillMode = process
Restart = always
RestartSec = 15
ExecStopPost = /usr/bin/rm -rf /tmp/xteve

[Install]
WantedBy = multi-user.target