summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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