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
2016-12-30 11:56:12 -07:00
..
com.caddyserver.web.plist Replace "magic" quotes with regular ones 2016-12-30 11:56:12 -07:00
README.md launchd service file for Mac 2016-11-18 17:58:40 +01: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