Ajouter opencloud/radicale/radicale.service
This commit is contained in:
26
opencloud/radicale/radicale.service
Normal file
26
opencloud/radicale/radicale.service
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user