[openssh/f18] sshd.service: use KillMode=process (#890376)

plautrba plautrba at fedoraproject.org
Wed Apr 17 16:07:39 UTC 2013


commit 134fe470bd947954d1955e453ec68315b4148660
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Fri Apr 12 15:15:45 2013 +0200

    sshd.service: use KillMode=process (#890376)

 sshd.service |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sshd.service b/sshd.service
index a2935cc..094eaa0 100644
--- a/sshd.service
+++ b/sshd.service
@@ -7,6 +7,7 @@ EnvironmentFile=/etc/sysconfig/sshd
 ExecStartPre=/usr/sbin/sshd-keygen
 ExecStart=/usr/sbin/sshd -D $OPTIONS
 ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
 
 [Install]
 WantedBy=multi-user.target


More information about the scm-commits mailing list