diff options
Diffstat (limited to 'straper/db/public/services/custom-units/speedtest-exporter.service')
| -rw-r--r-- | straper/db/public/services/custom-units/speedtest-exporter.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/straper/db/public/services/custom-units/speedtest-exporter.service b/straper/db/public/services/custom-units/speedtest-exporter.service deleted file mode 100644 index 275b8e2..0000000 --- a/straper/db/public/services/custom-units/speedtest-exporter.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Prometheus Speedtest Exporter -After=network.target - -[Service] -Type=simple -User=lukasz -ExecStart=/usr/bin/python3 -m prometheus_speedtest.prometheus_speedtest -Environment=PYTHONPATH=/home/lukasz/.local/lib/python3.13/site-packages -Restart=on-failure - -[Install] -WantedBy=multi-user.target |
