Merge pull request 'fix: make the timer run more than once' (#40) from chef/fix-fix/register into main
All checks were successful
/ check (push) Successful in 2m6s
All checks were successful
/ check (push) Successful in 2m6s
Reviewed-on: #40
This commit is contained in:
commit
ea97703ced
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
timers.register-thing = {
|
timers.register-thing = {
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
|
OnBootSec = "1m";
|
||||||
OnUnitActiveSec = "1m";
|
OnUnitActiveSec = "1m";
|
||||||
RandomizedDelaySec = "1m";
|
RandomizedDelaySec = "1m";
|
||||||
Unit = "register-thing.service";
|
Unit = "register-thing.service";
|
||||||
|
|
Loading…
Reference in a new issue