fuel-library/deployment/puppet/memcached/templates/memcached_sysconfig.erb
2012-09-11 09:42:19 -07:00

6 lines
135 B
Plaintext

PORT="<%= udp_port %>"
USER="<%= user %>"
MAXCONN="<%= max_connections %>"
CACHESIZE="<%= max_memory %>"
OPTIONS="-l <%= listen_ip %>"