summaryrefslogtreecommitdiff
path: root/debian/llmnrd.service
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-08 14:45:53 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-02-08 14:49:39 +0100
commit3a6bc9c6901c56f22bf105670f6da281f9eceba1 (patch)
tree72467326aa69ed31684bda5d1c65ce900f662d45 /debian/llmnrd.service
parent7f719d2f9f39dc541da85ff3cfc709058952d837 (diff)
debian: remove debian packaging files
There is now an official package in the Debian package repository [1] which should be used instead of locally built packages. Drop the local packaging file which anyway no longer match the version in Debian. [1] https://packages.debian.org/sid/llmnrd Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'debian/llmnrd.service')
-rw-r--r--debian/llmnrd.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/llmnrd.service b/debian/llmnrd.service
deleted file mode 100644
index 62d8764..0000000
--- a/debian/llmnrd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Link-Local Multicast Name Resolution Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/llmnrd
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target