mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
.. | ||
com.caddyserver.web.plist | ||
README.md |
launchd service for macOS
This is a sample file for a launchd service on Mac. Edit the paths and email in the plist file to match your info.
Start and Stop the Caddy launchd service using the following commands:
$ launchctl load ~/Library/LaunchAgents/com.caddyserver.web.plist
$ launchctl unload ~/Library/LaunchAgents/com.caddyserver.web.plist
More information can be found in this blogpost: Running Caddy as a service on macOS X server