summarylogtreecommitdiffstats
path: root/overture.service
blob: d95920c535222782c48299b0b1487acc0e43fde8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=A DNS upstream switcher written in Go in order to purify DNS records
After=network.target

[Service]
User=nobody
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/overture -c /etc/overture/config.json
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target