Hello from MCP server
[Unit]
Description=Caddy (API Mode)
After=network.target
[Service]
User={{ deploy_user }}
Group={{ deploy_user }}
# No --config flag means it starts with an empty configuration
ExecStart=/usr/bin/caddy run --environ --resume
ExecReload=/usr/bin/caddy reload --force
TimeoutStopSec=5s
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target