summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xres/rz-mux/neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/rz-mux/neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja b/res/rz-mux/neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja
index 55b1ad01..a56f3b79 100755
--- a/res/rz-mux/neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja
+++ b/res/rz-mux/neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja
@@ -35,9 +35,9 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Neo4j Graph Database"
NAME=neo4j__{{ domain_name }}
-DAEMON=/var/lib/neo4j/instance-root.d/{{ domain_name }}/bin/neo4j
+DAEMON=/var/lib/neo4j/mux-root.d/{{ domain_name }}/bin/neo4j
DAEMON_ARGS="start"
-PIDFILE=/var/lib/neo4j/instance-root.d/{{ domain_name }}/data/neo4j-service.pid
+PIDFILE=/var/lib/neo4j/mux-root.d/{{ domain_name }}/data/neo4j-service.pid
SCRIPTNAME=/etc/init.d/neo4j-service__{{ domain_name }}
NEO_USER=neo4j