summarylogtreecommitdiffstats
path: root/overture.service
blob: 8af3ccdff0d454167553fded3c21ccd7c10ecc90 (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
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/overture -c /etc/overture/config.json
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target