aports/main/open-lldp/lldpad.initd
2023-01-07 15:17:13 +01:00

12 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
}