mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-07 04:30:55 +02:00
8 lines
313 B
Bash
8 lines
313 B
Bash
# Ensure NetworkManager will be started
|
|
sudo systemctl enable NetworkManager.service
|
|
sudo systemctl disable iwd.service 2>/dev/null || true
|
|
|
|
# Prevent systemd-networkd-wait-online timeout on boot
|
|
sudo systemctl disable systemd-networkd-wait-online.service
|
|
sudo systemctl mask systemd-networkd-wait-online.service
|