12 lines
149 B
SYSTEMD
12 lines
149 B
SYSTEMD
[Unit]
|
|
Description=Run speedtest script every 30 seconds
|
|
|
|
[Timer]
|
|
OnBootSec=30
|
|
OnUnitActiveSec=30
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|