mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-04-30 18:42:17 +02:00
10 lines
155 B
SYSTEMD
10 lines
155 B
SYSTEMD
[Unit]
|
|
Description=MeshingAround-ReportingTask
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=1h
|
|
OnbootSec=5min
|
|
Unit=mesh_bot_reporting.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |