fuel-library/deployment/puppet/memcached/templates/memcached_sysconfig.erb
Eugene Kirpichov 7d45dfd343 Initial commit
2012-09-07 17:38:58 -07:00

6 lines
116 B
Plaintext

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