fix: make the timer run more than once #40

Merged
chef merged 1 commit from chef/fix-fix/register into main 2024-06-17 11:09:20 +00:00 AGit

View file

@ -51,6 +51,7 @@
timers.register-thing = {
wantedBy = ["timers.target"];
timerConfig = {
OnBootSec = "1m";
OnUnitActiveSec = "1m";
RandomizedDelaySec = "1m";
Unit = "register-thing";