added line to disable systemd network wait online
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user