aboutsummaryrefslogtreecommitdiffstats
path: root/testing/llmnrd/llmnrd.initd
diff options
context:
space:
mode:
authorNathan Caldwell <saintdev@gmail.com>2018-11-22 16:14:33 -0700
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-17 10:53:55 +0000
commit52900811aa9f2aef29ef5d0e2409cca5e7335e84 (patch)
treed6558f7093bce3c15a8e50f9b1461ecdcf021549 /testing/llmnrd/llmnrd.initd
parentbfd1c6d344629a380f789e85d8d80edda6ede096 (diff)
downloadaports-52900811aa9f2aef29ef5d0e2409cca5e7335e84.tar.bz2
aports-52900811aa9f2aef29ef5d0e2409cca5e7335e84.tar.xz
testing/llmnrd: new aport
https://github.com/tklauser/llmnrd Link-Local Multicast Resolution (LLMNR) Daemon
Diffstat (limited to 'testing/llmnrd/llmnrd.initd')
-rw-r--r--testing/llmnrd/llmnrd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/llmnrd/llmnrd.initd b/testing/llmnrd/llmnrd.initd
new file mode 100644
index 0000000000..fdf48a73e3
--- /dev/null
+++ b/testing/llmnrd/llmnrd.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+name=llmnrd
+command="/usr/sbin/llmnrd"
+command_background="yes"
+
+pidfile="/run/$name.pid"
+
+depend() {
+ need net
+ after firewall
+}