From 9d25cc6c0ae6fa72bd6c57b76cbd25f1fddedbc0 Mon Sep 17 00:00:00 2001 From: fe60 <31078918+fe60@users.noreply.github.com> Date: Thu, 10 Sep 2020 22:42:02 +0200 Subject: [PATCH] ensure group 'radicale' gets created Without the option --user-group the creation of the group depends on default values. In OpenSUSE Tumbleweed the user 'radicale' became a member of 'users'. --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 590da9f..3f55b9d 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -213,7 +213,7 @@ 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.) +(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.)