Skip to content

Instantly share code, notes, and snippets.

View al-skobelev's full-sized avatar

Alexander Skobelev al-skobelev

View GitHub Profile
@al-skobelev
al-skobelev / launchd-for-services.md
Created March 28, 2023 15:21 — 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?