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

Reviewed-on: #40
This commit is contained in:
buffet 2024-06-17 11:09:19 +00:00
commit ea97703ced

View file

@ -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";