We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f163d commit 4b0ec49Copy full SHA for 4b0ec49
dev/distros/entrypoint.sh
@@ -22,5 +22,8 @@ fi
22
ln -sf /etc/machine-id.persistent /etc/machine-id
23
ln -sf /etc/machine-id.persistent /var/lib/dbus/machine-id
24
25
+# Sync time
26
+chronyc -a makestep
27
+
28
# Launch the system
29
exec /sbin/init
0 commit comments