summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 17:20:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 17:20:06 +0000
commitb406ae6611e37ae50f873e0f219472bde531d2ef (patch)
tree34ae06bb5e028c415915779b67d14095fe80fba6 /etc/rc
parent657f3f1592e1aa1aa0e7bd49fcfcbb4d9079f8e6 (diff)
downloadpfsense-b406ae6611e37ae50f873e0f219472bde531d2ef.zip
pfsense-b406ae6611e37ae50f873e0f219472bde531d2ef.tar.gz
Start SSHD first
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index b3a029a..bde27aa 100755
--- a/etc/rc
+++ b/etc/rc
@@ -174,12 +174,12 @@ echo -n "Starting USB... "
/usr/local/sbin/kbdcheck
echo "done."
-# let the PHP-based configuration subsystem set up the system now
-/etc/rc.bootup
-
echo -n Starting Secure Shell Services...
/etc/sshd
+# let the PHP-based configuration subsystem set up the system now
+/etc/rc.bootup
+
echo -n "Starting CRON... "
/usr/sbin/cron 2>>/tmp/bootup_messages
echo "done."
OpenPOWER on IntegriCloud