kibana/docs/setup/install/init-systemd.asciidoc
2018-07-03 11:30:08 -07:00

10 lines
348 B
Text

Kibana is not started automatically after installation. How to start
and stop Kibana 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
--------------------------------------------