AutoUpdateSigned: Add RandomizedDelaySec.
This commit is contained in:
parent
fab1b32e14
commit
3f4f48fa8b
|
@ -66,7 +66,7 @@ in
|
||||||
OnCalendar = "hourly";
|
OnCalendar = "hourly";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
Unit = "autoupdate.service";
|
Unit = "autoupdate.service";
|
||||||
# RandomizedDelaySec = 60;
|
RandomizedDelaySec = 60;
|
||||||
};
|
};
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue