1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00
Peter Bieringer 2024-11-12 07:19:32 +01:00
parent d42d63a284
commit f11f8d4045

@ -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 Description=A simple CalDAV (calendar) and CardDAV (contact) server
After=network.target After=network.target
Requires=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] [Service]
ExecStart=/usr/bin/env python3 -m radicale ExecStart=/usr/bin/env python3 -m radicale