bundlewrap/bundles/radicale/files/radicale.service
Franzi a0702416a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/radicale: introduce
2020-10-23 15:22:35 +02:00

23 lines
475 B
Desktop File

[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
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