1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/llmnrd/llmnrd.initd
Nathan Caldwell 13fffb8a70
testing/llmnrd: upgrade to 0.6
Also add default conf.d

Closes: GH-7997
2019-05-22 16:27:46 +02:00

13 lines
180 B
Text

#!/sbin/openrc-run
name=llmnrd
command="/usr/sbin/llmnrd"
command_args="${LLMNRD_OPTS}"
command_background="yes"
pidfile="/run/$name.pid"
depend() {
need net
after firewall
}