From dd0c7a28ddc2fd0f78f3fbdb1d4651d29e604e1c 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. --- 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 d532351ca..29dd36ae0 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -936,7 +936,7 @@ SUSE: ``` zypper install apache2 -chkconfig on +chkconfig apache2 on service apache2 start ```