cache, a separate garbage collector daemon is available to periodically trim
the cache instead.
-The cache garbage collector daemon (``kr_cache_gc``) monitors the cache usage
+The cache garbage collector daemon (``kres_cache_gc``) monitors the cache usage
and attempts to free up space when a threshold is reached. To spawn the daemon
and configure it to run every minute, use:
.. code-block:: bash
- $ kr_cache_gc -c /var/cache/knot-resolver -d 60000
+ $ kres_cache_gc -c /var/cache/knot-resolver -d 60000
It's also possible to run this under systemd. However, a dedicated systemd unit
is not currently part of the upstream package. See `message#167`_ on our
%attr(750,knot-resolver,knot-resolver) %dir %{_localstatedir}/cache/%{name}
%{_sbindir}/kresd
%{_sbindir}/kresc
-%{_sbindir}/kr_cache_gc
+%{_sbindir}/kres_cache_gc
%{_libdir}/libkres.so.*
%dir %{_libdir}/knot-resolver
%{_libdir}/knot-resolver/*.so