Skip to content

Commit

Permalink
make memcached bluepill work
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Aug 19, 2011
1 parent d22b919 commit 3332b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memcached/templates/default/bluepill.conf.erb
@@ -1,6 +1,6 @@
Bluepill.application("<%= @name %>") do |app|
app.process("<%= @name %>") do |process|
process.start_command = "/usr/bin/memcached -d -P <%= @pid_path %> -m <%= @config['max_memory'] %> -p <%= @config['port'] %> -c <%= @config['max_connections'] %> -u <%= @config['user'] %>"
process.start_command = "/usr/bin/memcached -d -P <%= @pid_path %> -m <%= @max_memory %> -p <%= @port %> -c <%= @max_connections %> -u <%= @user %>"
process.stop_command = "kill -QUIT {{PID}}"
process.pid_file = "<%= @pid_path %>"
process.uid = "<%= @user %>"
Expand Down

0 comments on commit 3332b71

Please sign in to comment.