11 lines
213 B
SYSTEMD
11 lines
213 B
SYSTEMD
# /etc/systemd/system/autohotspot.timer
|
|
[Unit]
|
|
Description=Run autohotspotN every 5 minutes, starting 10 seconds after system boot
|
|
|
|
[Timer]
|
|
OnBootSec=5sec
|
|
OnUnitActivateSec=5min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|