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

14 lines
180 B
Bash

#!/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
}