mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-31 03:15:46 +00:00
18 lines
351 B
Desktop File
18 lines
351 B
Desktop File
[Unit]
|
|
Description=DNS-over-HTTPS Client
|
|
After=network.target
|
|
Before=nss-lookup.target
|
|
Wants=nss-lookup.target
|
|
|
|
[Service]
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
ExecStart=/usr/local/bin/doh-client -conf /etc/dns-over-https/doh-client.conf
|
|
LimitNOFILE=1048576
|
|
Restart=always
|
|
RestartSec=3
|
|
Type=simple
|
|
User=nobody
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|