diff options
author | Othmar Truniger <tru7@users.noreply.github.com> | 2014-12-31 10:21:03 +0100 |
---|---|---|
committer | Othmar Truniger <tru7@users.noreply.github.com> | 2014-12-31 10:21:03 +0100 |
commit | 934d7f249e4fc995da3187be3c96993f87a39345 (patch) | |
tree | 3f0a7782ce537c84f4ce7ba0f5436c842ef7796b /net/linknx/files/linknx.config | |
parent | c7e53198aefd9e659e3406980e6f68a21b2d946a (diff) |
linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
Diffstat (limited to 'net/linknx/files/linknx.config')
-rw-r--r-- | net/linknx/files/linknx.config | 8 |
1 files changed, 8 insertions, 0 deletions
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' + |