Skip to content

Instantly share code, notes, and snippets.

View patbrown's full-sized avatar
🙈
Monkey

Pat Brown patbrown

🙈
Monkey
View GitHub Profile
@patbrown
patbrown / launchd-for-services.md
Created October 7, 2025 14:49 — forked from johndturn/launchd-for-services.md
Overview of using launchd to set up services on a macOS machine.

launchd - Script Management in macOS

What is it?

  • Used on macOS for managing agents and daemons and can be used to run scripts at specified intervals
    • macOS's competitor to cron, along with other things
  • Runs Daemons and Agents

What is a Daemon?