summarylogtreecommitdiffstats
path: root/radicale.install
diff options
context:
space:
mode:
Diffstat (limited to 'radicale.install')
-rw-r--r--radicale.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/radicale.install b/radicale.install
index c916a24f1fc5..c09bef7bd6f5 100644
--- a/radicale.install
+++ b/radicale.install
@@ -6,6 +6,11 @@ post_install() {
install -d -m 755 -o radicale -g radicale /var/lib/radicale/
chown -R root:radicale /etc/radicale/
+
+ echo "If you choose to use a non-standard path for your collections"
+ echo "make sure to copy the systemd unit to /etc/systemd/system and"
+ echo "adjust the respective line 'ReadWritePaths' to your folder."
+ echo "Make sure to reload and re-enable your units afterwards!"
}
pre_upgrade() {