summarylogtreecommitdiffstats
path: root/neo4j.service
diff options
context:
space:
mode:
authorMarcel Campello Ferreira2016-06-20 05:50:06 -0300
committerMarcel Campello Ferreira2016-06-20 05:50:06 -0300
commit3a60db3f9f87c323ad4ecefec6a9e0f49f3ca1c7 (patch)
tree2cd249f8e5c3622455012646f1fbde11f67db7dd /neo4j.service
parent99885605139a974b5459195c68d472031a9cecf4 (diff)
downloadaur-3a60db3f9f87c323ad4ecefec6a9e0f49f3ca1c7.tar.gz
Version 3.0.3-1.
Diffstat (limited to 'neo4j.service')
-rw-r--r--neo4j.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/neo4j.service b/neo4j.service
index d14fbb473ed7..37a6f9aeb69a 100644
--- a/neo4j.service
+++ b/neo4j.service
@@ -4,9 +4,11 @@ Description=Neo4j
[Service]
User=neo4j
Type=forking
+Environment=NEO4J_CONF=/etc/neo4j
+Environment=NEO4J_HOME=/usr/share/neo4j
ExecStart=/usr/bin/neo4j start
ExecStop=/usr/bin/neo4j stop
-PIDFile=/run/neo4j/neo4j-service.pid
+PIDFile=/run/neo4j/neo4j.pid
LimitNOFILE=40000
[Install]