]> git.openstreetmap.org Git - chef.git/commitdiff
Run memcached as the memcache user
authorTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 16:28:08 +0000 (17:28 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Oct 2013 16:28:08 +0000 (17:28 +0100)
cookbooks/memcached/templates/default/memcached.conf.erb

index 44a4ee8ab04fec1b056e9055a1395ab1d11dd767..93ff610840faa678c8b75059b9124692c5425ffd 100644 (file)
@@ -3,8 +3,8 @@
 # Run memcached as a daemon
 -d
 
-# Run as user nobody
--u nobody
+# Run as user memcache
+-u memcache
 
 # Log memcached's output to /var/log/memcached
 logfile /var/log/memcached.log