MacでMongoDBをDaemon化して自動起動させる - Meltdown Countdown 以前に、上記エントリを書きましが、Starting and Stopping Mongo - MongoDB という公式のドキュメントにデーモンとして起動するならこうしろというコマンドが書いてました*1。 This will fork the Mongo server and redirect its output to a logfile. As with --dbpath, you must create the log path yourself, Mongo will not create parent directories for you. $ ./mongod --fork --logpath /var/log/mongodb.log --logappend http://ww