From d4579378a16573f4b5b64493da0ba71d83b22c10 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 12 Sep 2020 13:37:38 +0000 Subject: [PATCH] Generate documentation --- master.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.html b/master.html index e6cf6620..f218f129 100644 --- a/master.html +++ b/master.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.)