#!/bin/sh

exec 2>&1
exec chpst -u mongodb:daemon /usr/bin/mongod --quiet --config /etc/mongodb.conf
