Sha256: 7c13eb52e85c9bb69b08fbbe761767c99be647b570deac7af99559274c7a69e2
Contents?: true
Size: 553 Bytes
Versions: 36
Compression:
Stored size: 553 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/sudo -u <%= fetch(:deploy_user) %> /bin/bash -c 'cd <%= current_path %> && <%= SSHKit.config.command_map[:bundle] %> exec puma -C <%= fetch(:puma_conf) %> --daemon'" stop program = "/usr/bin/sudo -u <%= fetch(:deploy_user) %> /bin/bash -c 'cd <%= current_path %> && <%= SSHKit.config.command_map[:bundle] %> exec pumactl -S <%= fetch(:puma_state) %> stop'"
Version data entries
36 entries across 36 versions & 1 rubygems