From 1905518e1680af556078c9d75e73061160d88152 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 26 Dec 2019 19:06:46 -0500 Subject: debuginfod: extracted-from-archive file cache Add a facility to service webapi and dwz/altdebug requests that resolve to archives via a $TMPDIR file cache. This permits instantaneous dwz resolution during -debuginfo rpm scanning, and also instantanous duplicate webapi requests. The cache is limited both in number of entries and in storage space. Heuristics provide serviceable defaults. Signed-off-by: Frank Ch. Eigler --- config/debuginfod.service | 1 + 1 file changed, 1 insertion(+) (limited to 'config/debuginfod.service') diff --git a/config/debuginfod.service b/config/debuginfod.service index d8ef072b..8fca343f 100644 --- a/config/debuginfod.service +++ b/config/debuginfod.service @@ -10,6 +10,7 @@ Group=debuginfod #CacheDirectory=debuginfod ExecStart=/usr/bin/debuginfod -d /var/cache/debuginfod/debuginfod.sqlite -p $DEBUGINFOD_PORT $DEBUGINFOD_VERBOSE $DEBUGINFOD_PRAGMAS $DEBUGINFOD_PATHS TimeoutStopSec=10 +PrivateTmp=yes [Install] WantedBy=multi-user.target -- cgit v1.2.3