lib/capistrano/templates/puma.rb.erb in capistrano3-puma-3.1.1 vs lib/capistrano/templates/puma.rb.erb in capistrano3-puma-4.0.0
- old
+ new
@@ -26,9 +26,11 @@
<% if puma_daemonize? %>
daemonize
<% end %>
+restart_command '<%= fetch(:puma_restart_command) %>'
+
<% if puma_preload_app? %>
preload_app!
<% else %>
prune_bundler
<% end %>