meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / memcached / files / memcached.sysconfig
diff --git a/meta-starlingx/meta-stx-integ/recipes-support/memcached/files/memcached.sysconfig b/meta-starlingx/meta-stx-integ/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"