summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 1c251d5..3a02f57 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -140,6 +140,9 @@
/* generate resolv.conf */
system_resolvconf_generate();
+ /* Sync the system time at boot before service startup */
+ sync_system_time();
+
/* configure loopback interface */
interfaces_loopback_configure();
@@ -312,4 +315,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud