aports/testing/llmnrd/llmnrd.initd
Nathan Caldwell 52900811aa testing/llmnrd: new aport
https://github.com/tklauser/llmnrd
Link-Local Multicast Resolution (LLMNR) Daemon
2018-12-17 10:53:55 +00:00

13 lines
150 B
Plaintext

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