summarylogtreecommitdiffstats
path: root/godns@.service
blob: 0f89b901aac39cdfe6ab4d48bf447e7094746149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=GoDns  %i service 
Documentation=man:godns
DefaultDependencies=no
After=network.target

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

[Install]
WantedBy=multi-user.target