Browse Source

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

James Rodewig 4 years ago
parent
commit
56651fbd78
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/reference/setup/install/targz-daemon.asciidoc

+ 3 - 2
docs/reference/setup/install/targz-daemon.asciidoc

@@ -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.