linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
parent
c7e53198ae
commit
934d7f249e
1 changed files with 8 additions and 0 deletions
8
net/linknx/files/linknx.config
Normal file
8
net/linknx/files/linknx.config
Normal file
|
@ -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'
|
||||
|
Loading…
Reference in a new issue