From 912ffbfc78c336bf783c022cd53e8a653863b178 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 5 Apr 2020 20:16:35 +0200 Subject: broadcast-relay: T2230: move inlined templates to dedicated files --- data/templates/bcast-relay/udp-broadcast-relay.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/templates/bcast-relay/udp-broadcast-relay.tmpl (limited to 'data') diff --git a/data/templates/bcast-relay/udp-broadcast-relay.tmpl b/data/templates/bcast-relay/udp-broadcast-relay.tmpl new file mode 100644 index 000000000..3d8c3fe94 --- /dev/null +++ b/data/templates/bcast-relay/udp-broadcast-relay.tmpl @@ -0,0 +1,7 @@ +### Autogenerated by bcast_relay.py ### + +# UDP broadcast relay configuration for instance {{ id }} +{%- if description %} +# Comment: {{ description }} +{% endif %} +DAEMON_ARGS="{% if address %}-s {{ address }} {% endif %}{{ id }} {{ port }} {{ interfaces | join(' ') }}" -- cgit v1.2.3