Mac launchd

From NovaOrdis Knowledge Base
Revision as of 17:34, 8 October 2024 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

brew can configure services to be started by launchd.

Operations

Show Status of a Service

launchctl list com.apple.bluetoothd

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.

Is a Service Running?

launchctl list | grep com.something.someprocess