Sha256: fe045562200a9c12548f7004676664daaa64dc591bf9e1690734b369c58970dd
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
check process puma with pidfile /u/apps/{{project_name}}/current/tmp/pids/puma.pid start program = "/bin/su - {{deploy_user}} -c 'cd /u/apps/{{project_name}}/current && bundle exec pumactl -F config/puma/{{rails_env}}.rb start'" stop program = "/bin/su - {{deploy_user}} -c 'cd /u/apps/{{project_name}}/current && bundle exec pumactl -F config/puma/{{rails_env}}.rb stop'" group puma
Version data entries
4 entries across 4 versions & 1 rubygems