2020-10-23 13:22:35 +00:00
|
|
|
[Unit]
|
|
|
|
Description=A simple CalDAV (calendar) and CardDAV (contact) server
|
|
|
|
After=network.target
|
|
|
|
Requires=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/env python3 -m radicale
|
2021-04-02 06:05:33 +00:00
|
|
|
Restart=always
|
2020-10-23 13:22:35 +00:00
|
|
|
User=radicale
|
|
|
|
UMask=0027
|
|
|
|
PrivateTmp=true
|
|
|
|
ProtectSystem=strict
|
|
|
|
ProtectHome=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
ReadWritePaths=/var/lib/radicale/collections
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|