fix: fix register-thing timer by referring to proper service unit
All checks were successful
/ check (pull_request) Successful in 2m11s

This commit is contained in:
buffet 2024-06-17 12:59:00 +02:00
parent 59b281f984
commit ea199b23cc

View file

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