In 5.0.0, the cache directory has been moved and the previous path is
incorrect.
Fixes #543
+Knot Resolver 5.y.z (yyyy-mm-dd)
+================================
+
+Bugfixes
+--------
+- systemd: use correct cache location for garbage collector (#543)
+
Knot Resolver 5.0.0 (2020-01-27)
================================
[Service]
Type=simple
-ExecStart=@sbin_dir@/kres-cache-gc -c @systemd_work_dir@ -d 1000
+ExecStart=@sbin_dir@/kres-cache-gc -c @systemd_cache_dir@ -d 1000
User=@user@
Group=@group@
Restart=on-failure