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 0c9acd1..9074e76 100755
--- a/etc/rc
+++ b/etc/rc
@@ -293,6 +293,9 @@ cap_mkdb /etc/login.conf
# /usr/local/etc/php.ini and /usr/local/lib/php.ini
. /etc/rc.php_ini_setup
+# Setup the hostid which is required for ZFS
+/etc/rc.d/hostid start
+
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching PHP init system..."
rm -f /cf/conf/backup/backup.cache
@@ -306,9 +309,6 @@ if [ -f "/tmp/donotbootup" ]; then
exit 0
fi
-# Setup the hostid which is required for ZFS
-/etc/rc.d/hostid start
-
echo -n "Starting CRON... "
cd /tmp && /usr/sbin/cron -s 2>/dev/null
echo "done."
OpenPOWER on IntegriCloud