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

[Service]
ExecStart=/usr/bin/overture -c /etc/overture/config.json
Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target