aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
from:
to:
context:
space:
mode:
authorGravatar Jeremy Cline <jeremycline@microsoft.com> 2024-02-29 11:24:53 -0500
committerGravatar Jeremy Cline <jeremycline@microsoft.com> 2024-02-29 11:24:53 -0500
commitf874d413eb605c64ec628b66d34712a559fa4a99 (patch)
treee0d408480e80bfc29355f80c00180747116e2ea9 /config.sh
parent4f5bafccf3849789a1f36aee1b08e07c6868c3c5 (diff)
downloadkiwi-descriptions-f874d413eb605c64ec628b66d34712a559fa4a99.tar.gz
kiwi-descriptions-f874d413eb605c64ec628b66d34712a559fa4a99.zip
No longer enable waagent.service via config.sh
The service is now enabled via systemd presets.
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.sh b/config.sh
index f4e6a70..3eea870 100755
--- a/config.sh
+++ b/config.sh
@@ -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