Home » Questions » Computers [ Ask a new question ]

How to load system-wide daemon on Mac OS X

How to load system-wide daemon on Mac OS X

I'm trying to load my daemon-app with this command

Asked by: Guest | Views: 279
Total answers/comments: 1
bert [Entry]

"I was still having issues after trying this. The solution for me was:

sudo launchctl load -F /Library/LaunchDaemons/myPlistFileName

After this, I was able to load and unload it as much as I wanted."