ansible/roles/mailman/files/memcached.sysconfig

6 lines
75 B
Text
Raw Normal View History

2013-12-06 16:56:38 +00:00
PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="655350"
2013-12-06 16:56:38 +00:00
OPTIONS=""