[DOCS] Fix typo in the reference doc. SuSe -> SUSE

SUSE, as a Linux distribution, is never lower cased

fixes #5354
This commit is contained in:
lzhoucs 2014-03-06 01:29:01 -08:00 committed by Alexander Reelsen
parent 36219a1786
commit 5a5171cb70
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ sudo service elasticsearch start
[float]
===== Using systemd
Distributions like SuSe do not use the `chkconfig` tool to register services, but rather `systemd` and its command `/bin/systemctl` to start and stop services (at least in newer versions, otherwise use the `chkconfig` commands above). The configuration file is also placed at `/etc/sysconfig/elasticsearch`. After installing the RPM, you have to change the systemd configuration and then start up elasticsearch
Distributions like SUSE do not use the `chkconfig` tool to register services, but rather `systemd` and its command `/bin/systemctl` to start and stop services (at least in newer versions, otherwise use the `chkconfig` commands above). The configuration file is also placed at `/etc/sysconfig/elasticsearch`. After installing the RPM, you have to change the systemd configuration and then start up elasticsearch
[source,sh]
--------------------------------------------------