Guest User

Untitled

a guest
Apr 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [Unit]
  2. Description=Radicale CalDAV and CardDAV server
  3. After=network.target remote-fs.target
  4.  
  5. [Service]
  6. ExecStart=/usr/bin/radicale -f
  7. NoNewPrivileges=true
  8. ProtectKernelModules=true
  9. ProtectHome=true
  10. ProtectSystem=strict
  11. ReadWritePaths=/var/lib/radicale /var/log/radicale
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment