linknx: change path for persistent files

Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
Othmar Truniger 2015-01-17 19:09:11 +01:00
parent 2a4dd62715
commit bae1b2bfde

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" />