]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
run: ignore bus connection error in acquiring invocation ID (#37763)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Jun 2025 16:55:21 +0000 (01:55 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 16:55:21 +0000 (01:55 +0900)
This introduce bus_error_is_connection(), and use it where applicable.
Then, this makes connection errors in acquiring invocation ID by
systemd-run handled gracefully, like we already do other places.

Fixes #37675.


Trivial merge