Compare commits

..

2 commits

Author SHA1 Message Date
ea97703ced 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
2024-06-17 11:09:19 +00:00
6bb080fe52 fix: make the timer run more than once
All checks were successful
/ check (pull_request) Successful in 2m8s
2024-06-17 13:08:53 +02:00

View file

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