summarylogtreecommitdiffstats
path: root/routedns.service
blob: cb36980f773ef2bdceb02154ae3e91f69307522f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=RouteDNS - DNS stub resolver and router
After=network.target

[Service]
Type=simple
DynamicUser=true
NoNewPrivileges=true
WorkingDirectory=/etc/routedns
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/routedns config.toml
Restart=on-failure

[Install]
WantedBy=multi-user.target