]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: only fail notify services on empty cgroup during start
authorJouke Witteveen <j.witteveen@gmail.com>
Thu, 24 Nov 2016 20:05:47 +0000 (21:05 +0100)
committerJouke Witteveen <j.witteveen@gmail.com>
Tue, 29 Nov 2016 09:34:33 +0000 (10:34 +0100)
commit71e529fcf18c00e4dd51fb46f7f289dc5eb11fbd
tree2b02d03f041b75edb89b81ec9833e015e81911a9
parent920ec31b5ffeb8695bef68e0dc082c0fc22965d3
service: only fail notify services on empty cgroup during start

We stay in the SERVICE_START while no READY=1 notification message has
been received. When we are in the SERVICE_START_POST state, we have
already received a ready notification. Hence we should not fail when the
cgroup becomes empty in that state.
src/core/service.c