mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Change default location of lock file for csaf aggregator and rephrase error message if lock is in use.
This commit is contained in:
parent
c3a80b9f52
commit
b0d7df69b8
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
workers = 2
|
||||
folder = "/var/csaf_aggregator"
|
||||
lock_file = "/var/csaf_aggregator/run.lock"
|
||||
lock_file = "/var/lock/csaf_aggregator/lock"
|
||||
web = "/var/csaf_aggregator/html"
|
||||
domain = "https://localhost:9443"
|
||||
rate = 10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue