1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00

Clarify instructions for systemd as a user

This commit is contained in:
Unrud 2017-06-15 22:59:20 +02:00
parent 0251999737
commit e72a006a5a

View file

@ -141,8 +141,10 @@ Restart=on-failure
[Install] [Install]
WantedBy=default.target WantedBy=default.target
``` ```
You may have to add addition command line arguments to Radicale for the
configuration file, etc. Radicale will load the configuration file from `~/.config/radicale/config`.
You should set the configuration option `filesystem_folder` in the `storage`
section to something like `~/.var/lib/radicale/collections`.
To enable and manage the service run: To enable and manage the service run:
```shell ```shell