]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
core: move service_unwatch_control_pid() call into service_enter_running()
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2016 22:55:53 +0000 (23:55 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2016 22:58:53 +0000 (23:58 +0100)
commit089b64d5f8418ffe257d07ce80077d8c6c68da15
tree7671af30859697c02120f1c02e115b9b3356709b
parent739731cdace09ff179fdd75ae0714da0d81e384d
core: move service_unwatch_control_pid() call into service_enter_running()

When we enter the running state we should forget about any control processes, in all cases, and not just when hit a
reload timeout...
src/core/service.c