dnscrypt-server/systemd/dnscrypt-server.service
2021-08-04 02:33:32 +02:00

15 lines
480 B
SYSTEMD

# dnscrypt-server service file
[Unit]
Description=A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
[Service]
Restart=always
ExecStart=/usr/bin/docker-compose -p dnscrypt-server -f /etc/dnscrypt/docker-compose.yml up --remove-orphans
ExecStop=/usr/bin/docker-compose -p dnscrypt-server -f /etc/dnscrypt/docker-compose.yml stop
StartLimitBurst=5
StartLimitInterval=60s
Slice=dnscrypt-server.slice
[Install]
WantedBy=multi-user.target