AutoUpdateSigned: Add RandomizedDelaySec.

This commit is contained in:
Dmitry Voronin 2024-10-17 06:14:09 +03:00
parent fab1b32e14
commit 3f4f48fa8b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -66,7 +66,7 @@ in
OnCalendar = "hourly";
Persistent = true;
Unit = "autoupdate.service";
# RandomizedDelaySec = 60;
RandomizedDelaySec = 60;
};
wantedBy = [ "timers.target" ];
};