mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 16:43:44 +07:00
637c82f407
Set working directory to service users home.
15 lines
322 B
Desktop File
15 lines
322 B
Desktop File
[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
|
|
WorkingDirectory=~
|
|
ExecStart=/usr/local/bin/acme-dns
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|