Documentation: add missing argument to chkconfig command.

This commit is contained in:
marxin 2019-04-27 12:48:37 +02:00
parent b878086565
commit dd0c7a28dd

View File

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