[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