14
@MEMCACHED_BINARY@ -d -p $PORT -m $CACHESIZE -c $MAXCONN -U 0 -P /tmp/memc.pid.$PORT
19
if [ -f /tmp/memc.pid.$PORT ]
21
kill -9 `cat /tmp/memc.pid.$PORT`
22
rm /tmp/memc.pid.$PORT
33
# See how we were called.
45
echo $"Usage: $0 {start|stop|restart|reload}"