Fix systemd-service-file-missing-documentation-key

This commit is contained in:
Star Brilliant
2017-12-19 21:36:01 +08:00
parent 02f848e46f
commit c20614e19c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[Unit]
Description=DNS-over-HTTPS Client
Documentation=https://github.com/m13253/dns-over-https
After=network.target
Before=nss-lookup.target
Wants=nss-lookup.target

View File

@@ -1,5 +1,6 @@
[Unit]
Description=DNS-over-HTTPS Server
Documentation=https://github.com/m13253/dns-over-https
After=network.target
[Service]