OpenSearch/docs/reference/setup/install/init-systemd.asciidoc
2016-10-10 14:51:47 -06:00

13 lines
393 B
Plaintext

==== SysV `init` vs `systemd`
Elasticsearch is not started automatically after installation. How to start
and stop Elasticsearch depends on whether your system 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
--------------------------------------------