blob: 4f16a44cb8a5d855786811e04e703f777af96ec8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=A small, speedy DNS proxy and bad-stuff-blocker.
After=network.target
Before=network-online.target nss-lookup.target
Wants=nss-lookup.target
[Service]
User=dnss
ExecStart=/usr/bin/dnss -c /etc/dnss.conf
Restart=on-failure
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target
|