From 3aa17ae7fdbe988a0a42a99594e3c18b2b1feb3e Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 20 Mar 2021 18:53:20 +0100 Subject: [PATCH] Add example with optional Ambed interface IP --- scripts/xlxd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/xlxd b/scripts/xlxd index 6e86018..afe656f 100755 --- a/scripts/xlxd +++ b/scripts/xlxd @@ -20,6 +20,8 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin NAME="xlxd" DAEMON="/xlxd/xlxd" ARGUMENTS="XLX999 192.168.1.240 127.0.0.1" +#Case where ambed runs on another host and you want to use another IP to talk to it. Here ambed is on 10.9.0.100 and 10.9.0.1 is used to talk to it +#ARGUMENTS="XLX999 192.168.1.240 10.9.0.100 10.9.0.1 PIDFILE="/var/log/xlxd.pid" USER=root GROUP=root