Merge pull request 'Update 'templates/orientdb.init.j2'' (#1) from roberto.cirillo/ansible-role-orientdb:master into master

This commit is contained in:
Andrea Dell'Amico 2020-10-16 12:46:49 +02:00
commit 69071b02d6
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./server.sh $ORIENTDB_SERVER_OPTS >> {{ orientdb_log_dir }}/orientdb.log 2>&1 &"
su $ORIENTDB_USER -c "cd \"$ORIENTDB_DIR/bin\"; /usr/bin/nohup ./dserver.sh $ORIENTDB_SERVER_OPTS >> {{ orientdb_log_dir }}/orientdb.log 2>&1 &"
}
stop() {