summarylogtreecommitdiffstats
path: root/acme-dns.custom.service
blob: 25edf1137cfc4a5d573770d54d736af1b2b78dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely
After=network.target

[Service]
User=acme-dns
Group=acme-dns
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/acme-dns

[Install]
WantedBy=multi-user.target