diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index 5d8a97aa17..e37bc59ab5 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -164,9 +164,12 @@ if [ "$SAFEMODE" != "yes" ]; then launch $SERVERS/notification_server "" fi -# Check for daily saving time +# Check for daylight saving time launch system/bin/dstcheck +# Synchronize network time +launch system/preferences/Time "" --update + if [ "$SAFEMODE" != "yes" ]; then # Start user boot script if [ -f $HOME/config/boot/UserBootscript ]; then