# make sure the mongodb dir is owned by mongodb so the process running as
# mongodb can write the pid there
d /var/run/mongodb 0755 mongod root -
d /var/lib/mongodb 0755 mongod mongod -
d /var/log/mongodb 0755 mongod mongod -
d /usr/com/mongodb 0755 mongod mongod -
f /var/log/mongodb/mongod.log 0755 mongod mongod -

