Tagged Questions
0
votes
1answer
670 views
How I can start mongodb automatically?
I'm doing like here is described
http://hunterford.me/mongodb-startup-item/
but my file called different and path is here ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist. and mongo is starting ...
2
votes
3answers
381 views
Does changing a daemon's plist file extension prevent it from being loaded?
I particularly want to disable:
/private/etc/mach_init.d/dashboardadvisoryd.plist.disabled, but in general for any daemon.
Does changing its plist extension prevent it from loading?
In the past I ...