summarylogtreecommitdiffstats
path: root/varken.service
blob: 7882d4940f1ab2ce4185c7479cccd6a9d18f926a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Varken Service
After=network.target grafana.service influxdb.service

[Service]
User=varken
Group=varken
Type=simple
WorkingDirectory=/usr/lib/varken
ExecStart=/usr/bin/python /usr/lib/varken/Varken.py --debug --data-folder /var/lib/varken
Restart=always
TimeoutStopSec=30

[Install]
WantedBy=multi-user.target