diff --git a/3.0.html b/3.0.html index ce8047cc..550dd4e5 100644 --- a/3.0.html +++ b/3.0.html @@ -357,7 +357,7 @@ user2:password2
The method to run Radicale as a service depends on your host operating system. Follow one of the chapters below depending on your operating system and requirements.
Create the radicale user and group for the Radicale service. (Run useradd --system --home-dir / --shell /sbin/nologin radicale
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.)
Create the radicale user and group for the Radicale service. (Run useradd --system --user-group --home-dir / --shell /sbin/nologin radicale
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.)
Security: The storage should not be readable by others. (Run
chmod -R o= /var/lib/radicale/collections
as root.)