diff options
author | Simon Danner <danner.simon@gmail.com> | 2014-08-18 22:19:50 +0100 |
---|---|---|
committer | Simon Kelley <simon@thekelleys.org.uk> | 2014-08-18 22:19:50 +0100 |
commit | b06900d1a38a233cadbbd31a3da80edaf54868c6 (patch) | |
tree | 6282f96ec58dda2cdb642448bf007c457f3618d1 | |
parent | f2f02fc3fbd634e09019ff594dad823b9ce72aa1 (diff) | |
download | dnsmasq-b06900d1a38a233cadbbd31a3da80edaf54868c6.tar.gz |
Mention name in systemd.
-rw-r--r-- | contrib/systemd/dnsmasq.service | 2 | ||||
-rw-r--r-- | debian/systemd.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/systemd/dnsmasq.service b/contrib/systemd/dnsmasq.service index a27fe6d..c70b144 100644 --- a/contrib/systemd/dnsmasq.service +++ b/contrib/systemd/dnsmasq.service @@ -1,5 +1,5 @@ [Unit] -Description=A lightweight DHCP and caching DNS server +Description=dnsmasq - A lightweight DHCP and caching DNS server [Service] Type=dbus diff --git a/debian/systemd.service b/debian/systemd.service index 284e535..65929dd 100644 --- a/debian/systemd.service +++ b/debian/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=A lightweight DHCP and caching DNS server +Description=dnsmasq - A lightweight DHCP and caching DNS server [Service] Type=dbus |