summarylogtreecommitdiffstats
path: root/llmnrd.service
diff options
context:
space:
mode:
authorNazar Mishturak2015-12-26 20:20:11 +0200
committerNazar Mishturak2015-12-26 20:20:11 +0200
commit10d982e83a3adef49e44973a4254d0c3006f4309 (patch)
tree36c92bbc90cab7a8e2b35d69b5b10bb0d18002b9 /llmnrd.service
downloadaur-10d982e83a3adef49e44973a4254d0c3006f4309.tar.gz
Initial commit
Diffstat (limited to 'llmnrd.service')
-rw-r--r--llmnrd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/llmnrd.service b/llmnrd.service
new file mode 100644
index 000000000000..d27c9f477cd8
--- /dev/null
+++ b/llmnrd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Link-Local Multicast Resolution Daemon
+Before=systemd-resolved.service
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/llmnrd -6
+Restart=always
+RestartSec=0
+
+[Install]
+WantedBy=multi-user.target