mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-12 17:21:39 +02:00
13 lines
186 B
Bash
Executable File
13 lines
186 B
Bash
Executable File
#!/sbin/openrc-run
|
|
|
|
name="lldpad"
|
|
command="/usr/sbin/lldpad"
|
|
command_args="$command_args -p"
|
|
command_background=true
|
|
pidfile=/run/$RC_SVCNAME.pid
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|