diff options
author | Richard Kreuter <richard@10gen.com> | 2010-03-16 10:05:32 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2010-03-16 10:06:36 -0400 |
commit | 2b7eb102159a36129222afa1883ea3b15145e08b (patch) | |
tree | 905f5a946ca8b513535996b4aea27ce96e9e6874 /rpm/mongod.conf | |
parent | 38028c6e8fe184dd8a69df35a898e8aaa14d737b (diff) | |
download | mongo-2b7eb102159a36129222afa1883ea3b15145e08b.tar.gz |
Improve RPM packaging, init scripts. SERVER-575, SERVER-576.
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r-- | rpm/mongod.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 0c871866cde..b8897b27b4c 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -1,7 +1,10 @@ # mongo.conf #where to log -logpath=/var/log/mongod +logpath=/var/log/mongo/mongod.log + +# fork and run in background +fork = true #port = 27017 |