summarylogtreecommitdiffstats
path: root/coredns.service
blob: 4aa92c04502e98ba8fdb13f942e0092831adf3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=CoreDNS
After=network.target

[Service]
Type=simple
KillMode=process
WorkingDirectory=~
ExecStart=/bin/coredns -conf %h/.config/coredns/corefile

[Install]
WantedBy=default.target