mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Change folder to /var/lib/radicale/collections
This commit is contained in:
parent
b3a5371e06
commit
09ce73aad4
1 changed files with 2 additions and 2 deletions
4
setup.md
4
setup.md
|
@ -161,7 +161,7 @@ $ journalctl --user --unit radicale.service
|
|||
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 && chown -R radicale:radicale /var/lib/radicale`
|
||||
`mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections`
|
||||
as root.)
|
||||
|
||||
Create the file `/etc/systemd/system/radicale.service`:
|
||||
|
@ -184,7 +184,7 @@ ProtectKernelTunables=true
|
|||
ProtectKernelModules=true
|
||||
ProtectControlGroups=true
|
||||
NoNewPrivileges=true
|
||||
ReadWritePaths=/var/lib/radicale
|
||||
ReadWritePaths=/var/lib/radicale/collections
|
||||
# Deny other users access to the calendar data
|
||||
#UMask=0027
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue