summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-02 16:50:54 +0000
committerErmal <eri@pfsense.org>2010-06-02 16:50:54 +0000
commitb29d9c8ea328c3454346fa2c334673c36f78ca0c (patch)
tree8048848639593348a3f815d015dad3c9d3e5e4c9 /etc/rc.bootup
parent871768cf8a5eda75f829c4c6da00c1c1dd30bd3c (diff)
downloadpfsense-b29d9c8ea328c3454346fa2c334673c36f78ca0c.zip
pfsense-b29d9c8ea328c3454346fa2c334673c36f78ca0c.tar.gz
Start sshd early on boot so it is availble as soon as the first ip is configured.
Diffstat (limited to 'etc/rc.bootup')
-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