Skip to content

Instantly share code, notes, and snippets.

View triste24's full-sized avatar

triste24 triste24

  • ByteDance Ltd.
  • Milano
View GitHub Profile
@triste24
triste24 / launchctl_man_pages.md
Created August 23, 2024 08:31 — forked from dmattera/launchctl_man_pages.md
macOS man page entries for launchctl services

This list was auto-generated on macOS 10.15 (Catalina) using a script that did the following:

  1. grabbed the name of all the .plist files located in the 5 folders used by launchctl:
  • ~/Library/LaunchAgents Per-user agents provided by the user.
  • /Library/LaunchAgents Per-user agents provided by the administrator.
  • /Library/LaunchDaemons System wide daemons provided by the administrator.
  • /System/Library/LaunchAgents OS X Per-user agents.
  • /System/Library/LaunchDaemons OS X System wide daemons.