1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Move disabling of lockfile from explicit option to empty string in lockfile

This commit is contained in:
JanHoefelmeyer 2023-03-21 08:26:51 +01:00
parent 4800f4ec12
commit f638ae9a23
3 changed files with 6 additions and 8 deletions

View file

@ -91,8 +91,7 @@ openpgp_private_key // OpenPGP private key (must have no passphrase set, if
// you want to be able to run unattended, e.g. via cron.)
openpgp_public_key // OpenPGP public key
passphrase // passphrase of the OpenPGP key
lock_file // path to lockfile, to stop other instances if one is not done (default:/var/csaf_aggregator/run.lock)
no_lock // explicitely disable usage of lock files. (default: false)
lock_file // path to lockfile, to stop other instances if one is not done (default:/var/csaf_aggregator/run.lock, disable by setting it to "")
interim_years // limiting the years for which interim documents are searched (default 0)
verbose // print more diagnostic output, e.g. https requests (default false)
allow_single_provider // debugging option (default false)
@ -159,7 +158,6 @@ categories document. For a more detailed explanation and examples,
workers = 2
folder = "/var/csaf_aggregator"
lock_file = "/var/csaf_aggregator/run.lock"
#no_lock = false
web = "/var/csaf_aggregator/html"
domain = "https://localhost:9443"
rate = 10.0