Compare commits

..

2 commits

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