1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Update DOCUMENTATION.md

Mention correct directory for git config
This commit is contained in:
G-Huber 2023-11-01 08:38:02 +01:00 committed by GitHub
parent 02c949d5d3
commit 4cac895901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -532,7 +532,7 @@ For the hook to not cause errors either **git** user details need to be set and
When using the systemd unit file from the [Running as a service](#running-as-a-service) section this **cannot** be done via a `.gitconfig` file in the users home directory, as Radicale won't have read permissions! When using the systemd unit file from the [Running as a service](#running-as-a-service) section this **cannot** be done via a `.gitconfig` file in the users home directory, as Radicale won't have read permissions!
In `/var/lib/radicale/collections` run: In `/var/lib/radicale/collections/.git` run:
```bash ```bash
git config user.name "radicale" git config user.name "radicale"
git config user.email "radicale@example.com" git config user.email "radicale@example.com"