]> git.ipfire.org Git - thirdparty/systemd.git/commit
service: better detect when a Type=notify service cannot become active anymore (...
authorJouke Witteveen <j.witteveen@gmail.com>
Mon, 2 Oct 2017 14:35:27 +0000 (16:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Oct 2017 14:35:27 +0000 (16:35 +0200)
commitdf66b93fe2ee93a5712d9b5bc7dd355b99cf8354
tree8764e76a8029e56276cc96aa5d5bc4a95901c894
parentb139c95bc42dd67e4b8f804fd8f3e248e5127600
service: better detect when a Type=notify service cannot become active anymore (#6959)

No need to wait for a timeout when we know things are not going to work out.
When the main process goes away and only notifications from the main process are
accepted, then we will not receive any notifications anymore.
src/core/service.c