diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/files/sshd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/openssh/files/sshd.service b/net-misc/openssh/files/sshd.service index b5e96b3a251f..6b4da9132fad 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 |