From b29d9c8ea328c3454346fa2c334673c36f78ca0c Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 2 Jun 2010 16:50:54 +0000 Subject: Start sshd early on boot so it is availble as soon as the first ip is configured. --- etc/rc.bootup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/rc.bootup') 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(); -- cgit v1.1