fix: make the timer run more than once
All checks were successful
/ check (pull_request) Successful in 2m8s
All checks were successful
/ check (pull_request) Successful in 2m8s
This commit is contained in:
parent
59b281f984
commit
6bb080fe52
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
timers.register-thing = {
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
OnBootSec = "1m";
|
||||
OnUnitActiveSec = "1m";
|
||||
RandomizedDelaySec = "1m";
|
||||
Unit = "register-thing";
|
||||
|
|
Loading…
Reference in a new issue