Skip to content

Commit

Permalink
[DOCS] Fixes build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jul 3, 2018
1 parent efadde5 commit b5ab2d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/reference/setup/install/deb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ include::xpack-indices.asciidoc[]

endif::include-xpack[]

==== SysV `init` vs `systemd`

include::init-systemd.asciidoc[]

[[deb-running-init]]
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/setup/install/init-systemd.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
==== SysV `init` vs `systemd`

Elasticsearch is not started automatically after installation. How to start
and stop Elasticsearch depends on whether your system uses SysV `init` or
`systemd` (used by newer distributions). You can tell which is being used by
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/setup/install/rpm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ include::xpack-indices.asciidoc[]

endif::include-xpack[]

==== SysV `init` vs `systemd`

include::init-systemd.asciidoc[]

[[rpm-running-init]]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/install/zip-targz.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Log printing to `stdout` can be disabled using the `-q` or `--quiet`
option on the command line.

[[setup-installation-daemon]]
include::zip-targz-dameon.asciidoc[]
include::zip-targz-daemon.asciidoc[]

[[zip-targz-configuring]]
==== Configuring Elasticsearch on the command line
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/setup/starting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you installed {es} with a `.tar.gz` package, you can start {es} from the
command line.

[float]
include::install/targz-running.asciidoc[]
include::install/zip-targz-start.asciidoc[]

[float]
include::install/zip-targz-daemon.asciidoc[]
Expand Down Expand Up @@ -56,6 +56,7 @@ from the command line. If you want it to start automatically at boot time
without any user interaction,
<<msi-installer-windows-service,install {es} as a Windows service>>.

[float]
include::install/msi-windows-start.asciidoc[]

[float]
Expand All @@ -68,5 +69,4 @@ include::install/init-systemd.asciidoc[]
include::install/rpm-init.asciidoc[]

[float]
[[rpm-running-systemd]]
include::install/systemd.asciidoc[]

0 comments on commit b5ab2d6

Please sign in to comment.