mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
4 lines
163 B
Text
4 lines
163 B
Text
# 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"
|