]> git.pld-linux.org Git - packages/memcached.git/commitdiff
- run as memcached user
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Nov 2008 18:06:59 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- allow multiple daemons on different listen addresses

Changed files:
    memcached.sysconfig -> 1.3

memcached.sysconfig

index 67ede0018a6bbd3e19f5a76e88edb6f8837733dd..ecb92ec151eab13afcd977812e168ca8066c5e4c 100644 (file)
@@ -8,17 +8,15 @@ SERVICE_RUN_NICE_LEVEL="+0"
 #MEMUSAGE="64"
 
 # User to run as
-#MEMCACHED_RUNAS="nobody"
+#MEMCACHED_RUNAS="memcached"
 
 # Specify maximum number of concurrent connections
 # 1024 is default
 #MAXCONN="1024"
 
 # Listen for connections on what address?
-#LISTENON="127.0.0.1"
-
-# Listen for connections on what port?
-#PORT="11211"
+# Format: IP:PORT, IP2:PORT2
+LISTEN="127.0.0.1:11211"
 
 # other options not defined earlier
 #MEMCACHED_OPTS=""
This page took 0.435178 seconds and 4 git commands to generate.