summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 35cd97b..fe1faa3 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -249,9 +249,6 @@ echo "Starting PFLOG...";
filter_pflog_start();
echo "done.\n";
-/* start load balancer daemon */
-relayd_configure();
-
/* reconfigure our gateway monitor */
echo "Setting up gateway monitors...";
setup_gateways_monitor();
@@ -282,6 +279,9 @@ system_routing_configure();
/* enable routing */
system_routing_enable();
+/* start load balancer daemon */
+relayd_configure();
+
/* configure console menu */
system_console_configure();
OpenPOWER on IntegriCloud