12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Check Guanghu nodes for state transitions only
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=5min
|
||
|
|
OnUnitInactiveSec=15min
|
||
|
|
RandomizedDelaySec=2min
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|