Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-support / memcached / files / memcached.sysconfig
diff --git a/meta-stx/recipes-support/memcached/files/memcached.sysconfig b/meta-stx/recipes-support/memcached/files/memcached.sysconfig
new file mode 100644 (file)
index 0000000..d065678
--- /dev/null
@@ -0,0 +1,5 @@
+PORT="11211"
+USER="memcached"
+MAXCONN="1024"
+CACHESIZE="64"
+OPTIONS="-l 127.0.0.1,::1"