From c91ae2ff1ae9bf7d8eddfd61f6123031bd5134f0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 28 Apr 2023 16:08:39 +0000 Subject: [PATCH] daemon: Set a default ccache path in the configuration Signed-off-by: Michael Tremer --- contrib/config/daemon.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/config/daemon.conf b/contrib/config/daemon.conf index e15eeaa0d..ec80e3591 100644 --- a/contrib/config/daemon.conf +++ b/contrib/config/daemon.conf @@ -7,3 +7,6 @@ # The keytab file that is being used to authenticate against the Hub keytab = /etc/krb5.keytab + +# The default path for ccaches +ccache_path = /var/cache/pakfire/ccache -- 2.39.5