From 2d243a0204a64d94a1be27d603c47fd8b6fa44c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Aug 2009 22:00:55 +0300 Subject: [PATCH] Commenting out pidfile in config (Closes: #542427). bzr revid: p_christ@hol.gr-20090824190055-3fjun6gbs220schj --- debian/local/openerp-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/local/openerp-server.conf b/debian/local/openerp-server.conf index 5ee9a132252..ffb6ed49db3 100644 --- a/debian/local/openerp-server.conf +++ b/debian/local/openerp-server.conf @@ -6,7 +6,7 @@ verbose = False debug_mode = False # The file where the server pid will be stored (default False). -pidfile = /var/run/openerp.pid +#pidfile = /var/run/openerp.pid # The file where the server log will be stored (default False). logfile = /var/log/openerp-server.log