Mac launchd: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html =Internal= * Mac...")
 
No edit summary
Line 8: Line 8:


=Overview=
=Overview=
=Organizatorium=
==System httpd keeps starting in foreground==
I fixed with:
<pre>
launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
</pre>
but I don't know what determined it to suddenly start, and why the above command worked.

Revision as of 16:28, 10 January 2017

External

Internal

Overview

Organizatorium

System httpd keeps starting in foreground

I fixed with:

launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

but I don't know what determined it to suddenly start, and why the above command worked.