debugged systemd files

This commit is contained in:
2025-05-05 00:15:27 +02:00
parent f4d7a84c3a
commit 598b772a59
3 changed files with 21 additions and 2 deletions

10
speedtest.service Normal file
View File

@@ -0,0 +1,10 @@
[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