From 54538986b83a8e2d98268f27164c34f0f9e9e1e8 Mon Sep 17 00:00:00 2001 From: marxin Date: Sat, 27 Apr 2019 12:48:37 +0200 Subject: [PATCH] Documentation: add missing argument to chkconfig command. (cherry picked from commit dd0c7a28ddc2fd0f78f3fbdb1d4651d29e604e1c) --- doc/02-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-getting-started.md b/doc/02-getting-started.md index 1ea7c5c15..7a104500c 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -928,7 +928,7 @@ SUSE: ``` zypper install apache2 -chkconfig on +chkconfig apache2 on service apache2 start ``` -- 2.40.0