ssh: init: remove pidfile on start

This commit is contained in:
Stefan Saraev 2013-07-18 15:34:50 +03:00
parent a84b5d30e8
commit d242619bb5

View File

@ -77,6 +77,7 @@
fi
progress "Starting SSH Server"
rm /var/run/sshd.pid &>/dev/null
eval $SSHD $OPTIONS
fi
)&