Top "Launchd" questions

Launchd is a process management daemon, similar to "init". It is commonly used on Darwin-based systems.

What's a clean way to stop mongod on Mac OS X?

i'm running mongo 1.8.2 and trying to see how to cleanly shut it down on Mac. on our ubuntu servers i …

macos mongodb launchd
VERY simple Launchd plist not running my script

I'm trying to figure out why my launchd script is not working. It is extremely simple, but I am new …

macos launchd
How to check if launchd has started the script?

I configured the launchd to start a command at 18pm every day on my mac pro,but it was not …

launchd
Scheduling a terminal command or script file to run daily at a specific time Mac OS X

I want to have my computer set its volume to a specific level every night at 11:45 PM. I'm running OSX 10.11.4. …

macos scheduler launchd
what does launchd status 78 mean?? why my user agent not running??

I want to run a unison sync service running in the background whenever I login. But the status code of …

launchd launch-agent
How can I debug a Launchd script that doesn't run on startup?

I have some Launchd scripts from homebrew. However I have to manually run them when I restart my computer: launchctl …

macos launchd
jenkins on Mac, PATH is not set right, no /usr/local/bin

I recently installed Jenkins, using Homebrew. I also installed Mercurial using Homebrew. I can successfully clone an hg repo just …

macos jenkins homebrew launchd
launchd doesn't launch my daemon

I'm trying to figuring out why my daemon doesn't be launched automatically (on Mac 10.8.3). However, it works well on other …

macos launchd daemons
~/Library/LaunchAgents plist runs manually but not automatically

I am starting to work with launchd and want to set up a plist file such that whenever I insert …

launchd