[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

12
etc/defaults/scsohlog.cfg Normal file
View File

@ -0,0 +1,12 @@
# Defines the output file to be created at every timeout
monitor.output.file = @LOGDIR@/server.xml
# Defines the timeout interval in seconds. Every N seconds
# the XML output file is generated.
monitor.output.interval = 60
# Defines an output script which is called after the output
# file is generated to trigger file processing. The execution
# of the script is blocking the application and thus the
# script should not spend too much time with its operations.
#monitor.output.script = ""