From 0fe6b12553c18b8eeecefa4acfaf547c6131de13 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 30 Nov 2016 12:11:47 -0500 Subject: [PATCH] Remove misplaced parenthesis from configuring docs This commit removes a misplaced parenthesis from the systemd section of the configuring docs. --- docs/reference/setup/sysconfig/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/sysconfig/configuring.asciidoc b/docs/reference/setup/sysconfig/configuring.asciidoc index 84d0f832141..d022b4e4c9e 100644 --- a/docs/reference/setup/sysconfig/configuring.asciidoc +++ b/docs/reference/setup/sysconfig/configuring.asciidoc @@ -93,7 +93,7 @@ The systemd service file (`/usr/lib/systemd/system/elasticsearch.service`) contains the limits that are applied by default. To override these, add a file called -`/etc/systemd/system/elasticsearch.service.d/elasticsearch.conf`) and specify +`/etc/systemd/system/elasticsearch.service.d/elasticsearch.conf` and specify any changes in that file, such as: [source,sh]