mongodb: fix config file location in caveat
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b6239976a8
commit
fcdd371b1c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Mongodb < Formula
|
|||
launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename}
|
||||
|
||||
Or start it manually:
|
||||
mongod run --config #{prefix}/mongod.conf
|
||||
mongod run --config #{etc}/mongod.conf
|
||||
|
||||
The launchctl plist above expects the config file to be at #{etc}/mongod.conf.
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue