mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-02 03:22:19 +02:00
11 lines
170 B
SYSTEMD
11 lines
170 B
SYSTEMD
[Unit]
|
|
Description=Run mesh_bot_w3.service daily at 4:20 am
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 04:20:00
|
|
Persistent=true
|
|
Unit=mesh_bot_w3.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|