summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 794a17e..4790270 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -218,9 +218,14 @@ echo "done.\n";
/* start load balancer daemon */
relayd_configure();
- /* reconfigure our gateway monitor */
+/* reconfigure our gateway monitor */
echo "Setting up gateway monitors...";
- setup_gateways_monitor();
+setup_gateways_monitor();
+echo "done.\n";
+
+echo "Synchronizing user settings...";
+if (!isset($config['system']['webgui']['backend']))
+ local_sync_accounts();
echo "done.\n";
/* start OpenVPN server & clients */
@@ -372,4 +377,4 @@ unset($g['booting']);
led_normalize();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud