]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: tweak manager_journal_is_running() a bit more
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Feb 2018 14:07:00 +0000 (15:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 12 Feb 2018 10:34:00 +0000 (11:34 +0100)
commit217677abb0fa31d85656f35d6a8f4a7632d54173
tree0453b5fbd4f54918f5644b49e3125498eb7daee7
parent7d814a197a11077f7f5a54a9719f91150a10572e
core: tweak manager_journal_is_running() a bit more

Let's also use the journal if it is currently reloading. In that state
it should also be able to process our requests. Moreover, we might
otherwise end up disconnecting/reconnecting from the journal without
really any need to hence, relax the check accordingly.
src/core/manager.c