Skip to content
Snippets Groups Projects
Commit 68f53824 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

dropbear: add respawn param in case dropbear crashes


Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>

SVN-Revision: 47033
parent 1061f934
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ dropbear_instance()
[ "${IdleTimeout}" -ne 0 ] && procd_append_param command -I "${IdleTimeout}"
[ "${SSHKeepAlive}" -ne 0 ] && procd_append_param command -K "${SSHKeepAlive}"
[ "${mdns}" -ne 0 ] && procd_add_mdns "ssh" "tcp" "$Port" "daemon=dropbear"
procd_set_param respawn
procd_close_instance
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment