Don't specify bin, assume mongod is in the PATH

master
Max Howell 2009-12-31 04:09:17 +00:00
parent a21fcdd242
commit 47a7f74808
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ You can enable mongodb to automatically load on login with:
launchctl load -w #{prefix}/org.mongodb.mongod.plist
Or start it manually:
#{bin}/mongod run --config #{prefix}/mongod.conf
mongod run --config #{prefix}/mongod.conf
EOS
end