added line to disable systemd network wait online

This commit is contained in:
2023-06-26 12:19:52 -05:00
parent c929dc2f88
commit 04578bdb24

View File

@@ -31,6 +31,9 @@ setcap 'cap_net_admin,cap_net_raw+ep' $(which ping)
# remove all motd
rm /etc/motd > /dev/null 2>&1
# disable systemd-networkd-wait-online.service
systemctl disable systemd-networkd-wait-online.service
# git config
git config --global credential.helper store
git config --global user.name "akanealw"