1
0
Fork 0
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:
Unrud 2017-06-10 18:50:59 +02:00 committed by GitHub
parent b3a5371e06
commit 09ce73aad4

View file

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