dns-over-https/systemd/doh-client.service
2022-10-06 16:07:19 +00:00

19 lines
410 B
Desktop File

[Unit]
Description=DNS-over-HTTPS Client
Documentation=https://github.com/m13253/dns-over-https
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
DynamicUser=yes
[Install]
WantedBy=multi-user.target