0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/dist/init/mac-launchd/README.md

12 lines
563 B
Markdown
Raw Normal View History

2016-11-18 11:58:40 -05:00
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](https://denbeke.be/blog/software/running-caddy-as-a-service-on-macos-os-x-server/)