init-systemd.asciidoc 393 B

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