23 lines
558 B
Django/Jinja
23 lines
558 B
Django/Jinja
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
|
|
|
[Unit]
|
|
Description=A simple CalDAV (calendar) and CardDAV (contact) server
|
|
After=network.target
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
ExecStart=/home/sonny/.local/share/radicale/env/bin/radicale
|
|
Restart=on-failure
|
|
UMask=0027
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
PrivateDevices=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
NoNewPrivileges=true
|
|
ReadWritePaths=/etc/radicale/collections
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|