fix(user/module/restic): extend startup delay

This commit is contained in:
Malte Tammena 2024-02-08 17:48:20 +01:00
parent 1cfb979b94
commit 86881d24ba

View file

@ -83,7 +83,7 @@ in {
Install = {WantedBy = ["timers.target"];}; Install = {WantedBy = ["timers.target"];};
Timer = { Timer = {
OnCalendar = "hourly"; OnCalendar = "hourly";
RandomizedDelaySec = "600"; RandomizedDelaySec = "1800";
}; };
}; };
}; };