From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E80591382C5 for ; Mon, 26 Apr 2021 20:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18A2FE081E; Mon, 26 Apr 2021 20:23:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2486E081E for ; Mon, 26 Apr 2021 20:23:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65A603413D5 for ; Mon, 26 Apr 2021 20:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFF55478 for ; Mon, 26 Apr 2021 20:23:31 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1619468553.28ae62f0ee4f0fc34987713043a036d581e4a3e8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/files/sshd.service X-VCS-Directories: net-misc/openssh/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 28ae62f0ee4f0fc34987713043a036d581e4a3e8 X-VCS-Branch: master Date: Mon, 26 Apr 2021 20:23:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb0ec831-bb3a-4f94-8b16-c535c9114a1c X-Archives-Hash: 447f9b663512e30322aee95445c0bafc commit: 28ae62f0ee4f0fc34987713043a036d581e4a3e8 Author: Roy Yang google com> AuthorDate: Mon Apr 26 19:50:42 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 26 20:22:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ae62f0 net-misc/openssh: Add KillMode=process to sshd.service Closes: https://bugs.gentoo.org/785874 Closes: https://github.com/gentoo/gentoo/pull/20551 Signed-off-by: Roy Yang google.com> Signed-off-by: Mike Gilbert gentoo.org> net-misc/openssh/files/sshd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/openssh/files/sshd.service b/net-misc/openssh/files/sshd.service index b5e96b3a251..6b4da9132fa 100644 --- a/net-misc/openssh/files/sshd.service +++ b/net-misc/openssh/files/sshd.service @@ -6,6 +6,7 @@ After=syslog.target network.target auditd.service ExecStartPre=/usr/bin/ssh-keygen -A ExecStart=/usr/sbin/sshd -D -e ExecReload=/bin/kill -HUP $MAINPID +KillMode=process [Install] WantedBy=multi-user.target