Revert "openssh: shutdown openssh on reboot/poweroff"

This reverts commit fd6978b26844a031be0fbeacb5b4f231f127f4d3.
This commit is contained in:
Stephan Raue 2011-09-12 19:16:36 +02:00
parent ac21cd96ca
commit 6a1a777a53

View File

@ -78,7 +78,5 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping SSH Server"
killall sshd
;;
esac