Browse Source

linknx: change path for persistent files

Signed-off-by: Othmar Truniger <github@truniger.ch>
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
   <services>
8
   <services>
9
     <xmlserver type="inet" port="1028"/>
9
     <xmlserver type="inet" port="1028"/>
10
     <knxconnection url="ip:localhost"/>
10
     <knxconnection url="ip:localhost"/>
11
-    <persistence type="file" path="/var/lib/linknx/persist"/>
11
+    <persistence type="file" path="/tmp/linknx/persist"/>
12
     <emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
12
     <emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
13
   </services>
13
   </services>
14
   <logging format="basic" level="INFO" />
14
   <logging format="basic" level="INFO" />