From 25668c96f443510081d50777fa9cf4ff7d2d87b1 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 22 Feb 2020 20:04:17 +0200 Subject: [PATCH] /etc/init.d/S60sshd: start sshd in networkless mode --- board/common/overlay/etc/init.d/S60sshd | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/common/overlay/etc/init.d/S60sshd b/board/common/overlay/etc/init.d/S60sshd index 9e3ff1c878..82f3b04dab 100755 --- a/board/common/overlay/etc/init.d/S60sshd +++ b/board/common/overlay/etc/init.d/S60sshd @@ -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