MaiBot/script/run_db.sh

4 lines
73 B
Bash

#!/bin/bash
# 启动MongoDB服务
mongod --dbpath="mongodb" --port 27017