[seiscomp, scanloc] Install, add .gitignore

This commit is contained in:
2025-10-09 15:07:02 +02:00
commit 20f5301bb1
2848 changed files with 1315858 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 = ""