mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
13 lines
150 B
Plaintext
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
|
|
}
|