Sha256: 933b9a9a7923a51895dbf50aeb56db4b0dc39c43572277d50737d8b827bad0f0
Contents?: true
Size: 535 Bytes
Versions: 12
Compression:
Stored size: 535 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 <%= @role.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 <%= @role.user %> /bin/bash -c 'cd <%= current_path %> && <%= SSHKit.config.command_map[:bundle] %> exec pumactl -S <%= fetch(:puma_state) %> stop'"
Version data entries
12 entries across 12 versions & 1 rubygems