iopsys-feed/logmngr/files/logmngr.uci
Markus Gothe 27b9fb9350 logmngr: Make sure we never fail to setup /var/log/messages.
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.
2025-07-30 21:49:58 +02:00

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'