1
0
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:
Dan Kenigsberg
2020-01-11 22:34:47 +02:00
committed by openshift-cherrypick-robot
parent e023f4f16e
commit 73fdfd3e64
2 changed files with 2 additions and 4 deletions

View File

@@ -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]

View File

@@ -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]