mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +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"
|