Merge pull request #7151 from marxin/fix-docs-chkconfig

Documentation: add missing argument to chkconfig command.
This commit is contained in:
Michael Friedrich 2019-04-29 09:01:52 +02:00 committed by GitHub
commit c99b0f5f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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