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

[Service]
User = telly
Group = telly
WorkingDirectory = /var/lib/telly
ExecStart = /usr/bin/telly
KillMode = process
Restart = always
RestartSec = 15

[Install]
WantedBy = multi-user.target