2016-04-03 10:09:24 -04:00
|
|
|
==== SysV `init` vs `systemd`
|
|
|
|
|
|
|
|
Elasticsearch is not started automatically after installation. How to start
|
2016-10-10 16:51:47 -04:00
|
|
|
and stop Elasticsearch depends on whether your system uses SysV `init` or
|
2016-04-03 10:09:24 -04:00
|
|
|
`systemd` (used by newer distributions). You can tell which is being used by
|
|
|
|
running this command:
|
|
|
|
|
|
|
|
[source,sh]
|
|
|
|
--------------------------------------------
|
|
|
|
ps -p 1
|
|
|
|
--------------------------------------------
|
|
|
|
|