mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
If it fails during MP the verfication of buttons will not work as expected. The problem is that the file is created before data is commited and when power is cut prematurely it won't re-create the file, maybe because the uci-default script has been removed already as well.
15 lines
263 B
Text
15 lines
263 B
Text
config globals 'globals'
|
|
option enable '1'
|
|
|
|
config action 'a1'
|
|
option name 'ac1'
|
|
|
|
config log_file 'lf1'
|
|
option enable '1'
|
|
option action 'ac1'
|
|
option file '/var/log/messages'
|
|
|
|
config log_remote 'lr1'
|
|
option enable '0'
|
|
option action 'ac1'
|
|
option port '514'
|