summarylogtreecommitdiffstats
path: root/guide2go.service
blob: d7cd9ea34df4131c635ebf348718665ab0ae3ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Converts SD-JSON to XMLTV
After=network-online.target

[Service]
User=guide2go
Group=guide2go
Type=oneshot
WorkingDirectory=/var/lib/guide2go
ExecStart=/usr/bin/guide2go -config /etc/guide2go.yaml

[Install]
WantedBy=multi-user.target