16b9421
diff --git a/config b/config
16b9421
index 453a45e..bead08d 100644
16b9421
--- a/config
16b9421
+++ b/config
16b9421
@@ -14,9 +14,9 @@
16b9421
 # IPv4 syntax: address:port
16b9421
 # IPv6 syntax: [address]:port
16b9421
 # IPv6 adresses are configured to only allow IPv6 connections
16b9421
-hosts = 0.0.0.0:5232
16b9421
+hosts = 127.0.0.1:5232
16b9421
 # Daemon flag
16b9421
-daemon = False
16b9421
+daemon = True
16b9421
 # File storing the PID in daemon mode
16b9421
 pid =
16b9421
 # SSL flag, enable HTTPS protocol
16b9421
@@ -100,7 +100,7 @@ http_password_parameter =
16b9421
 type = None
16b9421
 
16b9421
 # File for rights management from_file
16b9421
-file = ~/.config/radicale/rights
16b9421
+file = /var/lib/radicale/rights
16b9421
 
16b9421
 
16b9421
 [storage]
16b9421
@@ -109,7 +109,7 @@ file = ~/.config/radicale/rights
16b9421
 type = filesystem
16b9421
 
16b9421
 # Folder for storing local collections, created if not present
16b9421
-filesystem_folder = ~/.config/radicale/collections
16b9421
+filesystem_folder = /var/lib/radicale/collections
16b9421
 
16b9421
 # Database URL for SQLAlchemy
16b9421
 # dialect+driver://user:password@host/dbname[?key=value..]
16b9421
diff --git a/logging b/logging
16b9421
index f4efb88..b10f88c 100644
16b9421
--- a/logging
16b9421
+++ b/logging
16b9421
@@ -45,7 +45,7 @@ formatter = simple
16b9421
 [handler_file]
16b9421
 # File handler
16b9421
 class = FileHandler
16b9421
-args = ('/var/log/radicale',)
16b9421
+args = ('/var/log/radicale/radicale.log',)
16b9421
 formatter = full
16b9421
 
16b9421