Update 'templates/orientdb.init.j2'
reverting the change required in #19976
This commit is contained in:
parent
69071b02d6
commit
b4f836795d
|
@ -29,7 +29,7 @@ start() {
|
||||||
fi
|
fi
|
||||||
echo "Starting OrientDB server daemon..."
|
echo "Starting OrientDB server daemon..."
|
||||||
cd "$ORIENTDB_DIR/bin"
|
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() {
|
stop() {
|
||||||
|
|
Loading…
Reference in New Issue