$OpenBSD: patch-installer_linux_ical_cfg,v 1.6 2016/04/01 18:08:10 robert Exp $
--- installer/linux/ical.cfg.orig	Wed Mar 23 12:14:33 2016
+++ installer/linux/ical.cfg	Fri Apr  1 13:25:51 2016
@@ -2,16 +2,16 @@
 # ICAL SETTINGS
 
 # drop privileges and run the process as this user
-#run_as_user = zarafa
+run_as_user = _zarafa
 
 # drop privileges and run the process as this group
-#run_as_group = zarafa
+run_as_group = _zarafa
 
-# create a pid file for stopping the service via the init.d scripts
-#pid_file = /var/run/zarafad/ical.pid
+# write the process ID number to this file
+pid_file = /var/run/zarafad/ical.pid
 
 # run server in this path (when not using the -F switch)
-#running_path = /var/lib/zarafa
+running_path = /var/empty
 
 # IP Address to bind to (empty for ANY)
 #server_bind =
@@ -33,7 +33,7 @@ icals_port = 8443
 server_socket = http://localhost:236/zarafa
 
 # Process model, using pthreads (thread) or processes (fork)
-process_model = fork
+process_model = thread
 
 ##############################################################
 # ICAL LOG SETTINGS
@@ -57,10 +57,10 @@ log_timestamp = 1
 # ICAL SSL SETTINGS FOR INCOMING CONNECTIONS
 
 # File with RSA key for SSL
-ssl_private_key_file = /etc/zarafa/ical/privkey.pem
+ssl_private_key_file = ${SYSCONFDIR}/zarafa/ical/privkey.pem
 
 # File with certificate for SSL
-ssl_certificate_file = /etc/zarafa/ical/cert.pem
+ssl_certificate_file = ${SYSCONFDIR}/zarafa/ical/cert.pem
 
 # Verify client certificate
 ssl_verify_client = no
