summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay/udp-broadcast-relay.tmpl
blob: 73e9acad4211d22980c780a9b5f30ebb84703d76 (plain)
1
2
3
4
5
6
7
### Autogenerated by bcast_relay.py ###

# UDP broadcast relay configuration for instance {{ id }}
{% if description %}
# Comment: {{ description }}
{% endif %}
DAEMON_ARGS="{{ '-s ' + address if address is defined }} {{ instance }} {{ port }} {{ interface | join(' ') }}"