From f11f8d40459d137e6e2080074f504424cac71387 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 12 Nov 2024 07:19:32 +0100 Subject: [PATCH] add hint from https://github.com/Kozea/Radicale/issues/1620 --- Simple-installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Simple-installation.md b/Simple-installation.md index e0cef0e..ac6c6bf 100644 --- a/Simple-installation.md +++ b/Simple-installation.md @@ -343,6 +343,9 @@ Cut and paste and save the following into the /etc/systemd/system/radicale.servi Description=A simple CalDAV (calendar) and CardDAV (contact) server After=network.target Requires=network.target +# replace with following in case of specific address is used in config server->hosts +# Wants=network-online.target +# After=network-online.target [Service] ExecStart=/usr/bin/env python3 -m radicale