summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index dc39179..509836a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -175,6 +175,9 @@
/* start web server */
system_webgui_start();
+
+ /* ensure passwords are sync'd */
+ system_password_configure();
/* configure console menu */
system_console_configure();
OpenPOWER on IntegriCloud