fix: make the timer run more than once #40
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
Unit = "register-thing";
|
||||||
|
|
Loading…
Reference in a new issue