Disable nm-cloud-setup service in RHEL

Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil
2021-06-15 16:44:56 +02:00
parent c2f6275a6c
commit 49dec65977
+6
View File
@@ -388,3 +388,9 @@ It is recommended to turn off firewalld:
```
systemctl disable firewalld --now
```
If enabled, it is required to disable nm-cloud-setup and reboot the node:
```
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
reboot
```