From 2fe5f2df196a273276e883255c81a06c95558ede Mon Sep 17 00:00:00 2001 From: Adrian Dombeck Date: Thu, 23 Jan 2025 16:54:00 +0100 Subject: [PATCH] debian/authd.service: Don't create unused cache directory We don't use the cache directory currently, and we still have code for migrating the database from the old path (/var/cache/authd) to the new path (/var/lib/authd), which results in this warning if both directories exist: Both old and new database directories exist, can't migrate "/var/cache/authd/" to "/var/lib/authd/" --- debian/authd.service.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/authd.service.in b/debian/authd.service.in index cdd664c17..dc4041f8d 100644 --- a/debian/authd.service.in +++ b/debian/authd.service.in @@ -28,10 +28,6 @@ RestrictRealtime=yes RestrictSUIDSGID=yes SystemCallArchitectures=native -# This always corresponds to /var/cache/authd -CacheDirectory=authd -CacheDirectoryMode=0700 - # This always corresponds to /var/lib/authd StateDirectory=authd StateDirectoryMode=0700