summarylogtreecommitdiffstats
path: root/https_dns_proxy.service
blob: 3c88ba1c2c02c0de3e5eb26a101166859fa2c1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Light-weight DNS<-->HTTPS, non-caching proxy
After=network.target network-online.target
Wants=network-online.target

[Service]
Type=simple
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=true
ExecStart=/usr/bin/https_dns_proxy -u nobody -g nobody -v
Restart=on-failure

[Install]
WantedBy=multi-user.target