summaryrefslogtreecommitdiff
path: root/package/openssh/files/sshd.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/files/sshd.init')
-rw-r--r--package/openssh/files/sshd.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssh/files/sshd.init b/package/openssh/files/sshd.init
index 5953abef2..d9adb5f25 100644
--- a/package/openssh/files/sshd.init
+++ b/package/openssh/files/sshd.init
@@ -12,6 +12,7 @@ autostart)
echo openssh not starting: set to AUTO and dropbear is enabled
exit 0
fi
+ test x"$openssh" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start
exec sh $0 start
;;
start)