Merge pull request 'fix: fix register-thing timer by referring to proper service unit' (#39) from chef/fix-register into main
All checks were successful
/ check (push) Successful in 2m12s
All checks were successful
/ check (push) Successful in 2m12s
Reviewed-on: #39
This commit is contained in:
commit
b9dc72d93a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
timerConfig = {
|
||||
OnUnitActiveSec = "1m";
|
||||
RandomizedDelaySec = "1m";
|
||||
Unit = "register-thing";
|
||||
Unit = "register-thing.service";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue