diff options
| author | 2024-02-29 11:24:53 -0500 | |
|---|---|---|
| committer | 2024-02-29 11:24:53 -0500 | |
| commit | f874d413eb605c64ec628b66d34712a559fa4a99 (patch) | |
| tree | e0d408480e80bfc29355f80c00180747116e2ea9 /config.sh | |
| parent | 4f5bafccf3849789a1f36aee1b08e07c6868c3c5 (diff) | |
| download | kiwi-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-x | config.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |