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
@ -213,7 +213,7 @@ requirements.
|
|||||||
### Linux with systemd system-wide
|
### Linux with systemd system-wide
|
||||||
|
|
||||||
Create the **radicale** user and group for the Radicale service.
|
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
|
The storage folder must be writable by **radicale**. (Run
|
||||||
`mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections`
|
`mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections`
|
||||||
as root.)
|
as root.)
|
||||||
|
Loading…
Reference in New Issue
Block a user