fixed command inconsistency

This commit is contained in:
Adrián Tóth 2021-04-15 10:55:36 +02:00 committed by GitHub
parent e589713da8
commit 464b1c03c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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