summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d9c3543..858ea2e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -198,6 +198,10 @@ system_hosts_generate();
/* configure loopback interface */
interfaces_loopback_configure();
+echo "Starting Secure Shell Services...";
+mwexec_bg("/etc/sshd");
+echo "done.\n";
+
/* set up interfaces */
if(!$debugging)
mute_kernel_msgs();
@@ -260,10 +264,6 @@ system_routing_configure();
/* enable routing */
system_routing_enable();
-echo "Starting Secure Shell Services...";
-mwexec_bg("/etc/sshd");
-echo "done.\n";
-
/* configure console menu */
system_console_configure();
OpenPOWER on IntegriCloud