mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-17 01:17:37 +00:00
17 lines
335 B
SYSTEMD
17 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
|