##// END OF EJS Templates
Fixed: Enable systemd time sync.
Stephen A. Brandli -
r85:4567264214bc
parent child
Show More
@@ -70,3 +70,8 if [ "$ENABLE_HARDNET" = true ] ; then
70 # Setup resolver warnings about spoofed addresses
70 # Setup resolver warnings about spoofed addresses
71 sed -i "s/^# spoof warn/spoof warn/" "${ETCDIR}/host.conf"
71 sed -i "s/^# spoof warn/spoof warn/" "${ETCDIR}/host.conf"
72 fi
72 fi
73
74 # Enable time sync
75 if [ "NET_NTP_1" != "" ] ; then
76 chroot_exec systemctl enable systemd-timesyncd.service
77 fi
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant