diff --git a/engine/install/linux-postinstall.md b/engine/install/linux-postinstall.md index cec124e8e7..72a90f4c84 100644 --- a/engine/install/linux-postinstall.md +++ b/engine/install/linux-postinstall.md @@ -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 ```