bind memcached to localhost

This commit is contained in:
aptalca 2018-04-18 20:27:22 -04:00 committed by GitHub
parent 572bcefee6
commit 7832c4579b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/usr/bin/with-contenv bash
exec s6-setuidgid memcached /usr/bin/memcached
exec s6-setuidgid memcached /usr/bin/memcached -l 127.0.0.1