openssh: sshd.service: remove KillMode

^^ or active sessions won't be killed on shutdown / reboot
This commit is contained in:
Stefan Saraev 2013-10-08 14:14:53 +03:00
parent 732d05d7fc
commit 8c1acb4902

View File

@ -9,7 +9,6 @@ EnvironmentFile=-/storage/.cache/services/sshd.conf
ExecStartPre=/usr/sbin/sshd-keygen
ExecStart=/usr/sbin/sshd -D $SSH_ARGS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
[Install]
WantedBy=multi-user.target