From a28ebe39cb31fdf7c0adab559c2a689122600277 Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Fri, 17 Mar 2023 13:03:36 +0100 Subject: [PATCH] Update doc to include default location instead of only name. (which is not the default) --- docs/csaf_aggregator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csaf_aggregator.md b/docs/csaf_aggregator.md index 602f79a..e81acfe 100644 --- a/docs/csaf_aggregator.md +++ b/docs/csaf_aggregator.md @@ -91,7 +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:run.lock) +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) interim_years // limiting the years for which interim documents are searched (default 0) verbose // print more diagnostic output, e.g. https requests (default false)