[Erp5-report] r36321 cedric.dsm - /erp5/trunk/buildout/instance-profiles/memcached.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jun 14 19:15:39 CEST 2010
Author: cedric.dsm
Date: Mon Jun 14 19:15:30 2010
New Revision: 36321
URL: http://svn.erp5.org?rev=36321&view=rev
Log:
Updating the memcached-instance recipe to reflect the changes in the memcachedserver egg :
Adding a "memcached" home directory to memcached to store its pidfile in var.
Modified:
erp5/trunk/buildout/instance-profiles/memcached.cfg
Modified: erp5/trunk/buildout/instance-profiles/memcached.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/memcached.cfg?rev=36321&r1=36320&r2=36321&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/memcached.cfg [utf8] Mon Jun 14 19:15:30 2010
@@ -9,6 +9,7 @@ recipe = erp5.recipe.memcachedserver
memcached_software_bin = ${software_definition:software_home}/parts/memcached/bin
memcached_bin_folder = ${buildout:data-bin-directory}
memcached_conf_file = ${buildout:etc-directory}/memcached.conf
+memcached_home = ${software_definition:software_home}/var/memcached
# Configuration goes here
# -p
@@ -26,7 +27,7 @@ memcached_user = erp5
# -d
memcached_run_as_daemon = true
# -P
-memcached_pid_file = /var/run/memcached.pid
+memcached_pid_file = ${software_definition:software_home}/var/memcached/memcached.pid
# -f
memcached_factor = 1.25
# -n
More information about the Erp5-report
mailing list