mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
12 lines
392 B
Text
12 lines
392 B
Text
==== SysV `init` vs `systemd`
|
|
|
|
Elasticsearch is not started automatically after installation. How to start
|
|
and stop Elasticsearch depends on whether your sytem uses SysV `init` or
|
|
`systemd` (used by newer distributions). You can tell which is being used by
|
|
running this command:
|
|
|
|
[source,sh]
|
|
--------------------------------------------
|
|
ps -p 1
|
|
--------------------------------------------
|
|
|