未分类 · 2023-12-28 0

ubuntu22取消a start job is running for wait for network to be configured

执行命令:nano /usr/lib/systemd/system/systemd-networkd-wait-online.service

修改内容:

[Service]
Type=oneshot
ExecStart=/lib/systemd/systemd-networkd-wait-online --interface=eth0
RemainAfterExit=yes

将eth0改为目前使用的网卡,然后保存

执行命令:systemctl daemon-reload

重启主机