[Unit] Description=Radicale CalDAV and CardDAV server Documentation=https://radicale.org/3.0.html#documentation After=network.target Requires=network.target [Service] ExecStart=/usr/libexec/radicale/radicale Restart=on-failure Type=exec User=radicale Group=radicale UMask=0027 WorkingDirectory=/var/lib/radicale PrivateTmp=true ProtectSystem=strict ProtectHome=true PrivateDevices=true ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true NoNewPrivileges=true CapabilityBoundingSet= ReadWritePaths=/var/lib/radicale/ [Install] WantedBy=multi-user.target