aports/community/multicast-relay/multicast-relay.initd
2022-03-23 18:25:44 +00:00

16 lines
314 B
Plaintext

#!/sbin/openrc-run
name="multicast-relay"
description="Relay broadcast and multicast packets between interfaces"
command="/usr/bin/multicast-relay.py"
command_args="--foreground --interfaces $INTERFACES $EXTRA_PARAMETERS"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need net
}