fix: fix register-thing timer by referring to proper service unit #39

Merged
chef merged 1 commit from chef/fix-register into main 2024-06-17 10:59:45 +00:00 AGit
Showing only changes of commit ea199b23cc - Show all commits

View file

@ -53,7 +53,7 @@
timerConfig = { timerConfig = {
OnUnitActiveSec = "1m"; OnUnitActiveSec = "1m";
RandomizedDelaySec = "1m"; RandomizedDelaySec = "1m";
Unit = "register-thing"; Unit = "register-thing.service";
}; };
}; };
}; };