blob: b61956e18d60ed9bf1d683cab7c5979b72d66509 (
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 = threadfin
Group = threadfin
WorkingDirectory = /var/lib/threadfin
ExecStart = /usr/bin/threadfin --config /var/lib/threadfin
KillMode = process
Restart = always
RestartSec = 15
ExecStopPost = /usr/bin/rm -rf /tmp/threadfin
[Install]
WantedBy = multi-user.target
|