debugged systemd files
This commit is contained in:
10
speedtest.service
Normal file
10
speedtest.service
Normal 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
|
||||
Reference in New Issue
Block a user