Skip to content

mac上后台启动mongodb脚本 #74

Open
@v5tech

Description

@v5tech

mac上后台启动mongodb脚本

#!/usr/bin/env bash
nohup mongod --auth --dbpath data/db/ --logpath log/log.txt --rest  > log/nohup.out 2>&1  &

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions