blob: ef43b1c85000b077a39326e4283cfc6ad6b8f84d (
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
|