«

Ubuntu开机卡在等待网络连接2分钟问题处理

指尖二进制 • 1 年前 • 138 次点击 • UBUNTU


root@ubuntu:~# vim /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service 
[Service]
TimeoutStartSec=2sec
root@ubuntu:~# systemctl daemon-reload 
root@ubuntu:~# systemctl stop systemd-networkd-wait-online.service 
root@ubuntu:~# systemctl disable systemd-networkd-wait-online.service 
root@ubuntu:~# reboot
还没收到回复