Sha256: e5360d817738c3cdffe65de5e80645b5c989e089d9c94ba962153494504c0ad6

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

# Monit configuration for Puma
# Service name: <%= puma_monit_service_name %>
#
check process <%= puma_monit_service_name %>
  with pidfile "<%= fetch(:puma_pid) %>"
  start program = "/usr/bin/systemctl start <%= fetch(:puma_service_unit_name) %>"
  stop program = "/usr/bin/systemctl stop <%= fetch(:puma_service_unit_name) %>"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-cookbook-5.0.0 lib/generators/capistrano/reliably_deploying_rails/templates/puma_monit.conf.erb