From b4f836795d12b322a707e905050b7035ffb07fa9 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 16 Oct 2020 17:20:04 +0200 Subject: [PATCH] Update 'templates/orientdb.init.j2' reverting the change required in #19976 --- templates/orientdb.init.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/orientdb.init.j2 b/templates/orientdb.init.j2 index 8f21413..d5839bd 100755 --- a/templates/orientdb.init.j2 +++ b/templates/orientdb.init.j2 @@ -29,7 +29,7 @@ start() { fi echo "Starting OrientDB server daemon..." cd "$ORIENTDB_DIR/bin" - su $ORIENTDB_USER -c "cd \"$ORIENTDB_DIR/bin\"; /usr/bin/nohup ./dserver.sh $ORIENTDB_SERVER_OPTS >> {{ orientdb_log_dir }}/orientdb.log 2>&1 &" + su $ORIENTDB_USER -c "cd \"$ORIENTDB_DIR/bin\"; /usr/bin/nohup ./server.sh $ORIENTDB_SERVER_OPTS >> {{ orientdb_log_dir }}/orientdb.log 2>&1 &" } stop() {