Merge pull request #12682 from europ/patch-1

fixed linux service commands
This commit is contained in:
Usha Mandya 2021-04-15 15:33:35 +01:00 committed by GitHub
commit 5db5ac020f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -410,8 +410,8 @@ IP address, follow these instructions to disable `dnsmasq` in NetworkManager.
your system.
```console
$ sudo restart network-manager
$ sudo restart docker
$ sudo systemctl restart network-manager
$ sudo systemctl restart docker
```
##### RHEL, CentOS, or Fedora
@ -421,8 +421,7 @@ To disable `dnsmasq` on RHEL, CentOS, or Fedora:
1. Disable the `dnsmasq` service:
```console
$ sudo service dnsmasq stop
$ sudo systemctl stop dnsmasq
$ sudo systemctl disable dnsmasq
```