Je souhaite voir tous les démons/agents launchctl et j'ai trouvé Comment afficher tous les démons/agents launchctl en cours d'exécution ?
Ça ne marche pas :
> 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
Je doute que j'aie autant de démons/agents launchctl non-Apple.
par exemple, ils sont installés et fonctionnent :
> 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
Je ne les vois pas avec sudo launchctl list
. Comment obtenir une liste complète ?