From 59fc78a182ebbc5e9c7ece863e806b528330ee8d Mon Sep 17 00:00:00 2001 From: xavye Date: Tue, 6 Jan 2026 10:16:01 +0000 Subject: [PATCH] Ajouter opencloud/radicale/radicale.service --- opencloud/radicale/radicale.service | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 opencloud/radicale/radicale.service diff --git a/opencloud/radicale/radicale.service b/opencloud/radicale/radicale.service new file mode 100644 index 0000000..96b079a --- /dev/null +++ b/opencloud/radicale/radicale.service @@ -0,0 +1,26 @@ +# [Unit] +# Description=A simple CalDAV (calendar) and CardDAV (contact) server +# After=network.target +# Requires=network.target +# +# [Service] +# ExecStart=/usr/bin/env python3 -m radicale +# Restart=on-failure +# User=radicale +# #Deny other users access to the calendar data +# UMask=0027 +# #Optional security settings +# PrivateTmp=true +# ProtectSystem=strict +# ProtectHome=true +# PrivateDevices=true +# ProtectKernelTunables=true +# ProtectKernelModules=true +# ProtectControlGroups=true +# NoNewPrivileges=true +# ReadWritePaths=/var/lib/radicale/ +# #Replace with following in case dedicated cache folder should be used +# #ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/ +# +# [Install] +# WantedBy=multi-user.target