1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
openwrt-packages/net/linknx/files/linknx.xml.dist
Othmar Truniger bae1b2bfde linknx: change path for persistent files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:09:11 +01:00

17 lines
354 B
XML

<config>
<objects>
</objects>
<rules>
</rules>
<services>
<xmlserver type="inet" port="1028"/>
<knxconnection url="ip:localhost"/>
<persistence type="file" path="/tmp/linknx/persist"/>
<emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
</services>
<logging format="basic" level="INFO" />
</config>