From 0839882d7c53de235fe2ccb9061ed8e79ecd6bea Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 29 Apr 2015 18:02:31 +0300 Subject: rz-mux-tool: fix paths in neo4j init script template --- .../neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') 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 -- cgit v1.3.1