From 464b1c03c9c8b9d58b3eaca1b6a810996ca97088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20T=C3=B3th?= Date: Thu, 15 Apr 2021 10:55:36 +0200 Subject: [PATCH] fixed command inconsistency --- engine/install/linux-postinstall.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ```