commit d04f0c33eb74ed8da3ac026c9a6ac893443bc415 Author: Juan Orti Alcaine Date: Tue Jan 13 10:29:33 2015 +0100 radicale-0.10-systemwide.patch diff --git a/config b/config index a2e36ec..27285b1 100644 --- a/config +++ b/config @@ -17,9 +17,11 @@ # For example: 0.0.0.0:9999, [::]:9999 # IPv6 adresses are configured to only allow IPv6 connections #hosts = 0.0.0.0:5232 +hosts = 127.0.0.1:5232 # Daemon flag #daemon = False +daemon = True # File storing the PID in daemon mode #pid = @@ -29,6 +31,7 @@ # SSL certificate path #certificate = /etc/apache2/ssl/server.crt +certificate = /etc/pki/tls/certs/localhost.crt # SSL private key #key = /etc/apache2/ssl/server.key @@ -147,6 +150,7 @@ # File for rights management from_file #file = ~/.config/radicale/rights +file = /var/lib/radicale/rights [storage] @@ -164,6 +168,7 @@ # Folder for storing local collections, created if not present #filesystem_folder = ~/.config/radicale/collections +filesystem_folder = /var/lib/radicale/collections # Database URL for SQLAlchemy # dialect+driver://user:password@host/dbname[?key=value..] diff --git a/logging b/logging index f4efb88..b10f88c 100644 --- a/logging +++ b/logging @@ -45,7 +45,7 @@ formatter = simple [handler_file] # File handler class = FileHandler -args = ('/var/log/radicale',) +args = ('/var/log/radicale/radicale.log',) formatter = full