From 7764b25cdd236ab344d77344fd6e2566f4ddf196 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 12 Sep 2020 16:52:04 +0000 Subject: [PATCH] Generate documentation --- 3.0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

Linux with systemd system-wide

-

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.)