[DOCS] Note `tar.gz` does not include `systemd` (#66298) (#66345)

This commit is contained in:
James Rodewig 2020-12-15 10:13:50 -05:00 committed by GitHub
parent 1fe3cd5eaf
commit 937114c934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -21,5 +21,6 @@ To shut down Elasticsearch, kill the process ID recorded in the `pid` file:
pkill -F pid
--------------------------------------------
NOTE: The startup scripts provided in the <<rpm,RPM>> and <<deb,Debian>>
packages take care of starting and stopping the Elasticsearch process for you.
NOTE: The {es} `.tar.gz` package does not include the `systemd` module. To
manage {es} as a service, use the <<start-deb,Debian>> or <<start-rpm,RPM>>
package instead.