]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- kill only the main process on service stop/restart, not entire cgroup
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 12 Feb 2012 11:40:28 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sshd.service -> 1.3

sshd.service

index e750a6a9d8d97d035cb843985f091a0ac8f26936..04e4505de0241f3c1c85aced613d09e0105110d2 100644 (file)
@@ -7,6 +7,7 @@ EnvironmentFile=-/etc/sysconfig/sshd
 ExecStartPre=@@LIBEXECDIR@@/sshd-keygen
 ExecStart=/usr/sbin/sshd -D $OPTIONS
 ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
 Restart=always
 
 [Install]
This page took 0.144687 seconds and 4 git commands to generate.