Advertisement
Guest User

Untitled

a guest
May 10th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Label</key>
  6. <string>homebrew.mxcl.mongodb</string>
  7. <key>ProgramArguments</key>
  8. <array>
  9. <string>/usr/local/opt/mongodb/bin/mongod</string>
  10. <string>--config</string>
  11. <string>/usr/local/etc/mongod.conf</string>
  12. </array>
  13. <key>RunAtLoad</key>
  14. <true/>
  15. <key>KeepAlive</key>
  16. <false/>
  17. <key>WorkingDirectory</key>
  18. <string>/usr/local</string>
  19. <key>StandardErrorPath</key>
  20. <string>/usr/local/var/log/mongodb/output.log</string>
  21. <key>StandardOutPath</key>
  22. <string>/usr/local/var/log/mongodb/output.log</string>
  23. <key>HardResourceLimits</key>
  24. <dict>
  25. <key>NumberOfFiles</key>
  26. <integer>1024</integer>
  27. </dict>
  28. <key>SoftResourceLimits</key>
  29. <dict>
  30. <key>NumberOfFiles</key>
  31. <integer>1024</integer>
  32. </dict>
  33. </dict>
  34. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement