diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-26 16:28:32 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-29 00:43:21 +0100 |
commit | f27ae592f70ea5f3f85a178dba3b94140cf808ee (patch) | |
tree | 15f2e50fe231ae226ba48cc05ee847e14e4c0159 /mkosi.functions | |
parent | man: fix return parameter type of sd_device_get_device_id() (diff) | |
download | systemd-f27ae592f70ea5f3f85a178dba3b94140cf808ee.tar.xz systemd-f27ae592f70ea5f3f85a178dba3b94140cf808ee.zip |
update-utmp: wait slightly longer for the private bus socket being active
Before a339495b1d67f69f49ffffdd96002164a28f1c93, update-utmp typically
connects the public DBus socket when disconnected from the private DBus
socket, as dbus service should be active even during PID1 is being reexecuted.
However, after a339495b1d67f69f49ffffdd96002164a28f1c93, update-utmp
tries to connect only the private DBus socket, but reexecution of PID1
may be slow, hence all trials may fail when the reexecution is slow.
With this change, now it waits for 100ms to 2000ms, so in total it waits
about 37 seconds in average, previously about 4 seconds.
Diffstat (limited to 'mkosi.functions')
0 files changed, 0 insertions, 0 deletions