diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-04-13 10:37:05 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-04-13 10:37:05 +0000 |
commit | d799936de683061e7c04c2fb34a6541d2fb2a6c4 (patch) | |
tree | b0c95bac3229ad3ff54cae7658bd569f97e2b590 /main/memcached/memcached.confd | |
parent | 8728a1db8aad5cfec5228f65921fb4d777956037 (diff) | |
download | aports-d799936de683061e7c04c2fb34a6541d2fb2a6c4.tar.bz2 aports-d799936de683061e7c04c2fb34a6541d2fb2a6c4.tar.xz |
main/memcached: moved from testing to main
Diffstat (limited to 'main/memcached/memcached.confd')
-rw-r--r-- | main/memcached/memcached.confd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/main/memcached/memcached.confd b/main/memcached/memcached.confd new file mode 100644 index 0000000000..7acf662a84 --- /dev/null +++ b/main/memcached/memcached.confd @@ -0,0 +1,35 @@ +# Copyright 2003 Gentoo Technologies, Inc +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/files/1.3.3/conf,v 1.1 2009/05/26 00:03:09 robbat2 Exp $ +# memcached config file + +MEMCACHED_BINARY="/usr/bin/memcached" + +#Specify memory usage in megabytes (do not use letters) +#64MB is default +MEMUSAGE="64" + +#User to run as +MEMCACHED_RUNAS="memcached" + +#Specify maximum number of concurrent connections +#1024 is default +MAXCONN="1024" + +#Listen for connections on what address? +# If this is empty, memcached will listen on 0.0.0.0 +# be sure you have a firewall in place! +LISTENON="" + +#Listen for connections on what port? +PORT="11211" + +# Listen for UDP connecitons on what port? 0 means turn off UDP +UDPPORT="${PORT}" + +#PID file location +# '-${PORT}.${CONF}.pid' will be appended to this! +# You do not normally need to change this. +PIDBASE="/var/run/memcached/memcached" + +#Other Options +MISC_OPTS="" |