]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
core: if the start command vanishes during runtime don't hit an assert 4447/head
authorLennart Poettering <lennart@poettering.net>
Fri, 21 Oct 2016 10:27:46 +0000 (12:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Oct 2016 10:27:46 +0000 (12:27 +0200)
commit47fffb3530af3e3ad4048570611685635fde062e
tree858b12cb263776f98634580db3b037fec428060e
parentd9b8ea5448ba1e61d681a206d770a4eac39b9936
core: if the start command vanishes during runtime don't hit an assert

This can happen when the configuration is changed and reloaded while we are
executing a service. Let's not hit an assert in this case.

Fixes: #4444
src/core/service.c