Skip to content

Commit

Permalink
Make puma restarts work with systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Nov 12, 2019
1 parent e9b9512 commit d17b252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def deploysecret(key)

set :local_user, ENV["USER"]

set :puma_restart_command, "bundle exec --keep-file-descriptors puma"

set :delayed_job_workers, 2
set :delayed_job_roles, :background

Expand Down

0 comments on commit d17b252

Please sign in to comment.