]> granicus.if.org Git - icinga2/commitdiff
Documentation: add missing argument to chkconfig command. 7151/head
authormarxin <mliska@suse.cz>
Sat, 27 Apr 2019 10:48:37 +0000 (12:48 +0200)
committermarxin <mliska@suse.cz>
Sat, 27 Apr 2019 10:48:37 +0000 (12:48 +0200)
doc/02-getting-started.md

index d532351cabf7b6417fc52c9fb1ba90edc9af9387..29dd36ae0fab93d21e8389a2cbda642a40681d86 100644 (file)
@@ -936,7 +936,7 @@ SUSE:
 
 ```
 zypper install apache2
-chkconfig on
+chkconfig apache2 on
 service apache2 start
 ```