wait for network online before launching init (#1930)

This commit is contained in:
Aiden McClelland
2022-11-09 14:51:23 -07:00
parent a7173b6bc9
commit 60534597e0
3 changed files with 4 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ dns=systemd-resolved
managed=true
EOF
$SYSTEMCTL enable systemd-resolved.service
$SYSTEMCTL enable systemd-networkd-wait-online.service
$SYSTEMCTL disable wpa_supplicant.service
$SYSTEMCTL disable postgresql.service