Sha256: 54130a709afa7fcfe04016675a5482128254d5ec6a3c85185edf7ac6857472e1

Contents?: true

Size: 466 Bytes

Versions: 8

Compression:

Stored size: 466 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 = "/bin/su <%= @role.user %> -c 'source $HOME/.bashrc && cd <%= current_path %> && bundle exec puma -C <%= fetch(:puma_conf) %>'"
 stop program = "/bin/su <%= @role.user %> -c 'source $HOME/.bashrc && cd <%= current_path %> && bundle exec pumactl -S <%= fetch(:puma_state) %> stop'"



Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
capistrano3-puma-0.4.1 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.4.0 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.3.7 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.3.3 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.2.2 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.2.0 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.1.3 lib/capistrano/templates/puma_monit.conf.erb
capistrano3-puma-0.1.2 lib/capistrano/templates/puma_monit.conf.erb