From edb37740af26f7cfe51a2c66bc3ea3f072c17e8f Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 7 Apr 2015 19:40:03 +0000 Subject: [PATCH] missed this one.. --- src/etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup index 00f623426..af3b4d8da 100755 --- a/src/etc/rc.bootup +++ b/src/etc/rc.bootup @@ -194,7 +194,7 @@ interfaces_loopback_configure(); system_syslogd_start(); echo "Starting Secure Shell Services..."; -configd_run("service reload sshd"); +configd_run("sshd restart"); echo "done.\n"; /* setup polling */