Add sd_notify. Puma supports systemd's Type=notify and watchdog service
This commit is contained in:
parent
3ffdb424d5
commit
427561e5ae
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -41,6 +41,7 @@ gem 'acts_as_tree'
|
|||
gem 'rails-settings-cached', '= 0.4.3' # caching breaks tests until Rails 5 https://github.com/huacnlee/rails-settings-cached/issues/73
|
||||
gem 'resque'
|
||||
gem 'puma'
|
||||
gem 'sd_notify'
|
||||
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||
gem 'ruby-units'
|
||||
gem 'attribute_normalizer'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue