From: Othmar Truniger Date: Wed, 31 Dec 2014 09:21:03 +0000 (+0100) Subject: linknx: add config file X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=934d7f249e4fc995da3187be3c96993f87a39345;p=openwrt-packages.git linknx: add config file Signed-off-by: Othmar Truniger --- diff --git a/net/linknx/files/linknx.config b/net/linknx/files/linknx.config new file mode 100644 index 000000000..be1161946 --- /dev/null +++ b/net/linknx/files/linknx.config @@ -0,0 +1,8 @@ +config daemon args + # daemon is started as 'linknx --config=$conf $options' + # use 'linknx --help' to get all possible options' + # + # typical example + option conf '/etc/linknx.xml' + option options '-w --daemon=/var/lib/linknx/linknx.log --pid-file=/var/run/linknx.log' +