Skip to content
Commit bbe19f68 authored by Peter Morrow's avatar Peter Morrow
Browse files

core: allow services stuck in reloading state to exit



If a service is in reloading state but has exited do not delay
the final exit until the service reload timer expires. Instead allow
the service to exit immediately since we can't expect the service to
ever transition out of reloading state.

For example if a service sent RELOADING=1 but crashed before it could
send READY=1 then it should be restarted if the service had
Restart= configured.

Signed-off-by: default avatarPeter Morrow <pemorrow@linux.microsoft.com>
parent eb34cce1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment