Skip to content

Commit

Permalink
added daemonize to puma file
Browse files Browse the repository at this point in the history
ParzivalRealm committed Feb 25, 2023
1 parent 0e19ad1 commit b615524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puma.rb
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
railsenv = ENV['RAILS_ENV'] || 'production'
directory application_path
environment railsenv
#daemonize true
daemonize true
pidfile "#{application_path}/tmp/pids/puma-#{railsenv}.pid"
state_path "#{application_path}/tmp/pids/puma-#{railsenv}.state"
stdout_redirect

0 comments on commit b615524

Please sign in to comment.