xmr-remote-nodes/tools/resources/init/xmr-nodes-prober.timer
2024-05-06 21:45:33 +07:00

16 lines
335 B
SYSTEMD

[Unit]
Description=Schedule fetch monero node info every 30 seconds
[Timer]
Persistent=true
#Run 120 seconds after boot for the first time
OnBootSec=120
#Run every 30 seconds thereafter
OnCalendar=*-*-* *:*:00,30
#File describing job to execute
Unit=xmr-nodes-prober.service
[Install]
WantedBy=timers.target
# vim: filetype=systemd