Documentation: add missing argument to chkconfig command.

(cherry picked from commit dd0c7a28ddc2fd0f78f3fbdb1d4651d29e604e1c)
This commit is contained in:
marxin 2019-04-27 12:48:37 +02:00 committed by Michael Friedrich
parent 0927078685
commit 54538986b8

View File

@ -928,7 +928,7 @@ SUSE:
```
zypper install apache2
chkconfig on
chkconfig apache2 on
service apache2 start
```