Disable systemd-networkd-wait-online (#645)

This commit is contained in:
Ryan Hughes
2025-08-11 16:43:38 +02:00
committed by GitHub
parent c8e848530a
commit 1c5a17f852
2 changed files with 8 additions and 9 deletions

5
migrations/1754856741.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Disable systemd-networkd-wait-online"
rm /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service