lib/capistrano/templates/puma.rb.erb in capistrano3-puma-0.5.1 vs lib/capistrano/templates/puma.rb.erb in capistrano3-puma-0.6.0

- old
+ new

@@ -4,10 +4,9 @@ rackup "<%=fetch(:puma_rackup)%>" environment '<%= fetch(:puma_env) %>' <% if fetch(:puma_tag) %> tag '<%= fetch(:puma_tag)%>' <% end %> -daemonize true pidfile "<%=fetch(:puma_pid)%>" state_path "<%=fetch(:puma_state)%>" stdout_redirect '<%=fetch(:puma_access_log)%>', '<%=fetch(:puma_error_log)%>', true