From b29a8e58fa7c30dfcc4e4b1ccf9f409dc2935f8a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 24 Apr 2010 02:31:42 +0200 Subject: [PATCH] service: only kill the main daemon for legacy sysv services, so that we don't kill sshd sessions --- service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/service.c b/service.c index 83a11e94f..298cc27ed 100644 --- a/service.c +++ b/service.c @@ -661,6 +661,7 @@ static int service_load_sysv_path(Service *s, const char *path) { /* Special setting for all SysV services */ s->valid_no_process = true; + s->kill_mode = KILL_PROCESS_GROUP; /* Don't timeout special services during boot (like fsck) */ if (s->sysv_runlevels && !chars_intersect("12345", s->sysv_runlevels)) -- 2.30.2