12 lines
187 B
SYSTEMD
12 lines
187 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Probe the first Guanghu personal node every five minutes
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=2min
|
||
|
|
OnUnitActiveSec=5min
|
||
|
|
AccuracySec=30s
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|