Desidero vedere tutti i daemon / agenti launchctl e ho trovato Come mostrare tutti i daemon / agenti launchctl in esecuzione?
Questo non funziona:
> sudo launchctl list | grep -v com.apple.
PID Status Label
- 0 org.postfix.master
- 0 org.cups.cupsd
- 0 com.oracle.java.Helper-Tool
- 0 com.vix.cron
244 0 org.ntp.ntpd
Dubito di avere meno Demoni / agenti non di Apple launchctl.
ad esempio, ho installato e in esecuzione:
> brew services list
Name Status User Plist
grafana stopped
influxdb started fyodor /Users/fyodor/Library/LaunchAgents/homebrew.mxcl.influxdb.plist
mysql started fyodor /Users/fyodor/Library/LaunchAgents/homebrew.mxcl.mysql.plist
redis started fyodor /Users/fyodor/Library/LaunchAgents/homebrew.mxcl.redis.plist
telegraf started fyodor /Users/fyodor/Library/LaunchAgents/homebrew.mxcl.telegraf.plist
Non li vedo con sudo launchctl list
. Come ottenere una lista completa?