missing entry in launchctl after restart

Posted by Nobik on Stack Overflow See other posts from Stack Overflow or by Nobik
Published on 2010-06-15T09:36:00Z Indexed on 2010/06/15 9:42 UTC
Read the original article Hit count: 313

Filed under:
|

I have a deamon which is registered with launchctl to run as system-wide-daemon and to load automatically with every system startup or if the daemon crashes.

I have registered this daemon with:

sudo launchctl load -w /Library/LaunchDaemons/plist.file

Everything works fine. My daemon is registered and with

sudo launchctl list

I can find the entry at launchctl

But on some Macs after the user restarts the system, my daemon is not running. And with the command sudo launchctl list I can't find the entry anymore.

Any ideas, why the entry is missing???

© Stack Overflow or respective owner

Related posts about osx

Related posts about daemon