summarylogtreecommitdiffstats
path: root/xteve.service
blob: 5da3bb08c14f8b55b16ecca7bd1b6d283468d7ce (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 = xteve --config /var/lib/xteve
KillMode = process
Restart = always
RestartSec = 15
ExecStopPost = /usr/bin/rm -rf /tmp/xteve

[Install]
WantedBy = multi-user.target