]> git.ipfire.org Git - thirdparty/systemd.git/commit
run: make sure we send out READY=1 when --wait
authorMike Yuan <me@yhndnzj.com>
Sun, 9 Nov 2025 19:14:01 +0000 (20:14 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 9 Nov 2025 21:39:42 +0000 (22:39 +0100)
commit9876309cfe1de2cd85c02ca0b396a3e147b973ce
tree1122c1760794a5513898f976c0546cef49bf205c
parenta07c1ed05f40c84a24f1aa9f1ad1403ed5367e36
run: make sure we send out READY=1 when --wait

Let's skip bus_wait_for_jobs_one() when --wait as well,
as it surpasses the start job and allows for
run_context_check_started() to fire.
src/run/run.c