Browse Source

linknx: change path for persistent files

Signed-off-by: Othmar Truniger <github@truniger.ch>
lilik-openwrt-22.03
Othmar Truniger 10 years ago
parent
commit
bae1b2bfde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/linknx/files/linknx.xml.dist

+ 1
- 1
net/linknx/files/linknx.xml.dist View File

@ -8,7 +8,7 @@
<services>
<xmlserver type="inet" port="1028"/>
<knxconnection url="ip:localhost"/>
<persistence type="file" path="/var/lib/linknx/persist"/>
<persistence type="file" path="/tmp/linknx/persist"/>
<emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
</services>
<logging format="basic" level="INFO" />


Loading…
Cancel
Save