moved speedtest trigger to system

This commit is contained in:
2025-08-24 23:09:31 +02:00
parent 37c2ba9052
commit e41833a996
2 changed files with 0 additions and 21 deletions

View File

@@ -1,10 +0,0 @@
[Unit]
Description=Run speedtest script
[Service]
Type=oneshot
ExecStart=/home/cato/.local/bin/uv run --script /home/cato/services/speed-logger/run_speedtest.py
WorkingDirectory=/home/cato/services/speed-logger
[Install]
WantedBy=default.target

View File

@@ -1,11 +0,0 @@
[Unit]
Description=Run speedtest script every 30 seconds
[Timer]
OnBootSec=30
OnUnitActiveSec=30
Persistent=true
[Install]
WantedBy=timers.target