knxd: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
parent
f2bdf8e63f
commit
c978ec5335
1 changed files with 12 additions and 0 deletions
12
net/knxd/files/knxd.config
Normal file
12
net/knxd/files/knxd.config
Normal file
|
@ -0,0 +1,12 @@
|
|||
config daemon args
|
||||
# daemon is started as 'knxd $options $url'
|
||||
# use 'knxd --help' to get all possible options'
|
||||
#
|
||||
# typical example for options for tunnel mode
|
||||
option options '-D -T -S -d/tmp/knxd.log -i -p/var/run/knxd.pid'
|
||||
# add '-t1023' or '--trace=1023' for full log trace
|
||||
|
||||
# example with tpuarts interface
|
||||
# option url 'tpuarts:/dev/ttyAMA0'
|
||||
# example with IP interface in tunnel mode
|
||||
option url 'ipt:192.168.1.20'
|
Loading…
Reference in a new issue