mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
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:
parent
41bccb265a
commit
9d25cc6c0a
1 changed files with 1 additions and 1 deletions
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue