Skip to content

Instantly share code, notes, and snippets.

@UgnilJoZ
Created April 16, 2018 21:41
Show Gist options
  • Save UgnilJoZ/c40389d180fd818ae3e0d7b139473b26 to your computer and use it in GitHub Desktop.
Save UgnilJoZ/c40389d180fd818ae3e0d7b139473b26 to your computer and use it in GitHub Desktop.
Radicale systemd service
[Unit]
Description=Radicale CalDAV and CardDAV server
After=network.target remote-fs.target
[Service]
ExecStart=/usr/bin/radicale -f
NoNewPrivileges=true
ProtectKernelModules=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/var/lib/radicale /var/log/radicale
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment