summarylogtreecommitdiffstats
path: root/godns.service
blob: ec7edeb342dc532c693998c03bfeb0fa66e19a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=GoDNS Service
After=network.target

[Service]
ExecStart=/usr/bin/godns -c /etc/conf.d/godns.json
Restart=always
KillMode=process
RestartSec=2s

[Install]
WantedBy=multi-user.target