service: don't enter a second SIGTERM/SIGKILL cycle if no ExecStopPost= process is defined

It won't help if the main process is still there and there is no new
process to kill.
This commit is contained in:
Michael Olbrich 2013-06-12 08:41:16 +02:00 committed by Lennart Poettering
parent c72aadd185
commit c961869ac5
1 changed files with 1 additions and 1 deletions

View File

@ -1987,7 +1987,7 @@ static void service_enter_stop_post(Service *s, ServiceResult f) {
service_set_state(s, SERVICE_STOP_POST);
} else
service_enter_signal(s, SERVICE_FINAL_SIGTERM, SERVICE_SUCCESS);
service_enter_dead(s, SERVICE_SUCCESS, true);
return;