Quantcast
Viewing all articles
Browse latest Browse all 40524

Force a reboot without OfxWatchdog

In OS X you can also use launchd to run your application as a daemon. You can tell launchd to restart your application if it crashes, to start on boot, or to just simply run on a schedule. It is very handy and all you need is to edit a plist file.

https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html

https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html#//apple_ref/doc/man/5/launchd.plist


Viewing all articles
Browse latest Browse all 40524

Trending Articles