fix(user/module/restic): extend startup delay
This commit is contained in:
parent
1cfb979b94
commit
86881d24ba
|
@ -83,7 +83,7 @@ in {
|
||||||
Install = {WantedBy = ["timers.target"];};
|
Install = {WantedBy = ["timers.target"];};
|
||||||
Timer = {
|
Timer = {
|
||||||
OnCalendar = "hourly";
|
OnCalendar = "hourly";
|
||||||
RandomizedDelaySec = "600";
|
RandomizedDelaySec = "1800";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue