mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7151 from marxin/fix-docs-chkconfig
Documentation: add missing argument to chkconfig command.
This commit is contained in:
commit
c99b0f5f42
|
@ -936,7 +936,7 @@ SUSE:
|
||||||
|
|
||||||
```
|
```
|
||||||
zypper install apache2
|
zypper install apache2
|
||||||
chkconfig on
|
chkconfig apache2 on
|
||||||
service apache2 start
|
service apache2 start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue