desktop/memcached/memcached.conf

5 lines
163 B
Plaintext
Raw Normal View History

2012-01-28 22:35:32 +08:00
# user to run memcached as; also used for pid file ownership
MEMCACHED_USER="nobody"
# see 'memcached -h' for available options
MEMCACHED_ARGS="-l 127.0.0.1 -t 1"