/etc/init.d/S60sshd: start sshd in networkless mode

This commit is contained in:
Calin Crisan 2020-02-22 20:04:17 +02:00
parent 6a42666757
commit 25668c96f4

View File

@ -18,8 +18,6 @@ test -n "${OS_VERSION}" || source /etc/init.d/base
test -s ${SYS_CONF} || exit 0
test "${OS_NETWORKLESS}" == "true" && exit 0
start() {
# merge user and sys conf files; options in first file take precedence