Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-support / memcached / files / memcached.sysconfig
1 PORT="11211"
2 USER="memcached"
3 MAXCONN="1024"
4 CACHESIZE="64"
5 OPTIONS="-l 127.0.0.1,::1"