2018-11-29 00:05:27 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Varken - A data collection and graphing tool
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-12-01 23:49:17 -06:00
|
|
|
User=root
|
2018-12-01 23:19:13 -06:00
|
|
|
WorkingDirectory=/opt/Varken
|
|
|
|
ExecStart=/usr/bin/python3 /opt/Varken/varken.py
|
2018-11-29 00:05:27 -06:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|