1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/multicast-relay/multicast-relay.initd
Magnus Sandin 8fa4cbc113 testing/multicast-relay: new aport
https://github.com/alsmith/multicast-relay
Relay broadcast and multicast packets between interfaces
2021-12-22 06:48:33 +00:00

15 lines
314 B
Text

#!/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
}