Start .ntpsync with a value of 0

This commit is contained in:
2024-01-10 18:34:24 -05:00
parent 24169553c5
commit b76e2a3f4d
+1 -1
View File
@@ -22,7 +22,7 @@ ln -s /usr/share/zoneinfo/"$timezone" /etc/localtime
locale-gen locale-gen
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start
chmod 755 /etc/local.d/ntp.start chmod 755 /etc/local.d/ntp.start
touch /etc/local.d/.ntpsync echo "0" > /etc/local.d/.ntpsync
# networkmanager configuration # networkmanager configuration
pacman -S networkmanager-openrc --noconfirm pacman -S networkmanager-openrc --noconfirm