diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-29 18:02:31 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-29 18:02:31 +0300 |
| commit | 0839882d7c53de235fe2ccb9061ed8e79ecd6bea (patch) | |
| tree | 21fade1e7a7e4a274f01b65fdca324db40c81c43 /res | |
| parent | 0bf3b650bbb6e521c8fd5c6287903aaff633bc0f (diff) | |
rz-mux-tool: fix paths in neo4j init script template
Diffstat (limited to 'res')
| -rwxr-xr-x | res/rz-mux/neo4j-conf-template.d/neo4j-service_deomain-init-script.jinja | 4 |
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 |
