mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
rhel compute: simplify user action
# systemctl disable --now firewalld.service has the same effect as # systemctl disable firewalld.service # systemctl stop firewalld.service but is simpler to read and to type. Signed-off-by: Dan Kenigsberg <danken@redhat.com>
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
e023f4f16e
commit
73fdfd3e64
@@ -28,8 +28,7 @@ your RHEL machines and the `upgrade` playbook.
|
||||
. Stop and disable firewalld on the host:
|
||||
+
|
||||
----
|
||||
# systemctl disable firewalld.service
|
||||
# systemctl stop firewalld.service
|
||||
# systemctl disable --now firewalld.service
|
||||
----
|
||||
+
|
||||
[NOTE]
|
||||
|
||||
@@ -74,8 +74,7 @@ Note that this might take a few minutes if you have a large number of available
|
||||
. Stop and disable firewalld on the host:
|
||||
+
|
||||
----
|
||||
# systemctl disable firewalld.service
|
||||
# systemctl stop firewalld.service
|
||||
# systemctl disable --now firewalld.service
|
||||
----
|
||||
+
|
||||
[NOTE]
|
||||
|
||||
Reference in New Issue
Block a user