mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
When deserializing a serialized timer unit with RandomizedDelaySec= set, systemd should use the last inactive exit timestamp instead of current realtime to calculate the new next elapse, so the timer unit actually runs in the given calendar window. Provides coverage for: - https://github.com/systemd/systemd/issues/18678 - https://github.com/systemd/systemd/pull/27752