Skip to content

Instantly share code, notes, and snippets.

@mikaeldui
Created February 9, 2022 10:25
Show Gist options
  • Save mikaeldui/bf2264c4226d2b5dab8c891454b3b513 to your computer and use it in GitHub Desktop.
Save mikaeldui/bf2264c4226d2b5dab8c891454b3b513 to your computer and use it in GitHub Desktop.
A Caddy Service for Raspberry Pi Model B
[Unit]
Description=Caddy
Documentation=https://caddyserver.com/docs/
After=network.target network-online.target
Requires=network-online.target
[Service]
Type=notify
User=caddy
Group=caddy
ExecStart=/usr/bin/caddy run --environ --config /etc/caddy/Caddyfile
ExecReload=/usr/bin/caddy reload --config /etc/caddy/Caddyfile
TimeoutStopSec=5s
LimitNOFILE=1048576
LimitNPROC=512
PrivateTmp=true
ProtectSystem=full
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment