1
0

init-systemd.asciidoc 362 B

12345678910
  1. Elasticsearch is not started automatically after installation. How to start
  2. and stop Elasticsearch depends on whether your system uses SysV `init` or
  3. `systemd` (used by newer distributions). You can tell which is being used by
  4. running this command:
  5. [source,sh]
  6. --------------------------------------------
  7. ps -p 1
  8. --------------------------------------------