No longer enable waagent.service via config.sh

The service is now enabled via systemd presets.
This commit is contained in:
Jeremy Cline 2024-02-29 11:24:53 -05:00
parent 4f5bafccf3
commit f874d413eb

View File

@ -126,9 +126,6 @@ cat > /etc/NetworkManager/conf.d/99-azure-unmanaged-devices.conf << EOF
[keyfile]
unmanaged-devices=driver:mlx4_core;driver:mlx5_core
EOF
# Enable the Azure Linux Agent service
systemctl enable waagent.service
fi
if [[ "$kiwi_profiles" == *"GCE"* ]]; then