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'.
This commit is contained in:
fe60 2020-09-10 22:42:02 +02:00 committed by Unrud
parent 41bccb265a
commit 9d25cc6c0a

View File

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