diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-30 18:02:49 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-30 18:08:45 +0100 |
commit | 22cb537289b0fdacab9206ec64e811763677c0e2 (patch) | |
tree | 3600cc8e49ca88bfdd860812f713cc1619d726b5 /udp-broadcast-relay.default | |
parent | 33ef225f5b1d90c23915d0fa6fc49d2d783d4fe6 (diff) | |
download | udp-broadcast-relay-22cb537289b0fdacab9206ec64e811763677c0e2.tar.gz udp-broadcast-relay-22cb537289b0fdacab9206ec64e811763677c0e2.zip |
Add support for Debian Packaging and systemd
Diffstat (limited to 'udp-broadcast-relay.default')
-rw-r--r-- | udp-broadcast-relay.default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/udp-broadcast-relay.default b/udp-broadcast-relay.default new file mode 100644 index 0000000..de17af3 --- /dev/null +++ b/udp-broadcast-relay.default @@ -0,0 +1,2 @@ +# Uncomment to start UDP bcast relay on the listed interfaces +#DAEMON_ARGS="1 1900 eth0 eth1 eth2" |