[Unit] Description=Prometheus gas station exporter for fuel prices Documentation=https://git.mosad.xyz/localhorst/eq3bt-exporter Wants=network-online.target After=network-online.target After=wg-quick@wg0.service [Service] Restart=always User=prometheus WorkingDirectory=/opt/eq3bt-exporter/ ExecStart=/usr/bin/python3 eq3bt-exporter.py ExecReload=/bin/kill -HUP $MAINPID TimeoutStopSec=20s SendSIGKILL=no [Install] WantedBy=multi-user.target