Corrected systemd template, user will be handled by gremlin-server.sh.
Updated correct section.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/47de5342
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/47de5342
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/47de5342

Branch: refs/heads/TINKERPOP-980
Commit: 47de5342967ec541a997371d47c6a6097d9c75de
Parents: e4a94ad
Author: Robert Dale <robd...@gmail.com>
Authored: Fri Sep 30 09:39:59 2016 -0400
Committer: Robert Dale <robd...@gmail.com>
Committed: Thu Nov 17 03:45:36 2016 -0500

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/47de5342/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 29d12b9..eea044a 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -680,7 +680,7 @@ which will boost performance and reduce resources required 
on the server.
 Configuration
 ^^^^^^^^^^^^^
 
-The following table describes the various YAML configuration options for the 
Gremlin Driver:
+The following table describes the various configuration options for the 
Gremlin Driver:
 
 [width="100%",cols="3,10,^2",options="header"]
 |=========================================================
@@ -1011,7 +1011,7 @@ to use to `bin/gremlin-server.sh` as in:
 bin/gremlin-server.sh conf/gremlin-server-min.yaml
 ----
 
-The following table describes the various configuration options that Gremlin 
Server expects:
+The following table describes the various YAML configuration options that 
Gremlin Server expects:
 
 [width="100%",cols="3,10,^2",options="header"]
 |=========================================================
@@ -1556,7 +1556,6 @@ Type=forking
 ExecStart=/path/to/apache-tinkerpop-gremlin-server/bin/gremlin-server.sh start
 ExecStop=/path/to/apache-tinkerpop-gremlin-server/bin/gremlin-server.sh stop
 PIDFile=/path/to/apache-tinkerpop-gremlin-server/run/gremlin.pid
-User=gremlin
 
 [Install]
 WantedBy=multi-user.target

Reply via email to