linknx: change path for persistent files
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
parent
2a4dd62715
commit
bae1b2bfde
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue