Skip to content

daemon: Fix boot delay

Ray Strode requested to merge fix-boot-delay into main

commit 836a9135 made accountsservice reload wtmp less aggressively.

Unfortunately, if wtmp is modified during boot, that added latency can delay the user list getting loaded.

This commit addresses the problem by tracking how pressing the queued reload operation is, and makes it happen sooner if a higher priority request comes in.

Edited by Ray Strode

Merge request reports