fix: fix register-thing timer by referring to proper service unit #39
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnUnitActiveSec = "1m";
|
OnUnitActiveSec = "1m";
|
||||||
RandomizedDelaySec = "1m";
|
RandomizedDelaySec = "1m";
|
||||||
Unit = "register-thing";
|
Unit = "register-thing.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue