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