]> granicus.if.org Git - icinga2/commitdiff
Documentation: add missing argument to chkconfig command.
authormarxin <mliska@suse.cz>
Sat, 27 Apr 2019 10:48:37 +0000 (12:48 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 16 May 2019 13:25:01 +0000 (15:25 +0200)
(cherry picked from commit dd0c7a28ddc2fd0f78f3fbdb1d4651d29e604e1c)

doc/02-getting-started.md

index 1ea7c5c15baac03385ff62d042eb956c2b17090a..7a104500c393c40eab12d54d468ff65b02555811 100644 (file)
@@ -928,7 +928,7 @@ SUSE:
 
 ```
 zypper install apache2
-chkconfig on
+chkconfig apache2 on
 service apache2 start
 ```