diff --git a/master.html b/master.html
index 3d8f2f15..215a0fac 100644
--- a/master.html
+++ b/master.html
@@ -491,6 +491,11 @@ as root.) The storage folder must be writable by
radicale. (Run
mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
as root.)
If a dedicated cache folder is configured (see option 'storage' ->
+'filesystem_cache_folder'), it also must be also writable by
+radicale. (Run
+mkdir -p /var/cache/radicale && chown -R radicale:radicale /var/cache/radicale
+as root.)
Security: The storage should not be readable by others. (Run
ProtectKernelModules=true ProtectControlGroups=true NoNewPrivileges=true -ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/ - -[Install] -WantedBy=multi-user.target +ReadWritePaths=/var/lib/radicale/ +# Replace with following in case of dedicated cache folder should be used +#ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/ + +[Install] +WantedBy=multi-user.targetchmod -R o= /var/lib/radicale/collections
as @@ -518,10 +523,12 @@ root.)Radicale will load the configuration file from
/etc/radicale/config
.To enable and manage the service run: