1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/pimd-dense/pimd-dense.initd
Nico de Haer b74f00cec9 testing/pimd-dense: new aport
https://github.com/troglobit/pimd-dense
PIM-DENSE Multicast Routing for UNIX
2023-01-14 02:43:55 +01:00

13 lines
178 B
Bash

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