From: Michael Tremer Date: Fri, 28 Apr 2023 16:08:39 +0000 (+0000) Subject: daemon: Set a default ccache path in the configuration X-Git-Tag: 0.9.29~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c91ae2ff1ae9bf7d8eddfd61f6123031bd5134f0;p=pakfire.git daemon: Set a default ccache path in the configuration Signed-off-by: Michael Tremer --- 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