Sha256: be9b71719c71b65d3bf68a378a6a8b3d08a2cb29e0ef20728d80351fa04c7a57

Contents?: true

Size: 378 Bytes

Versions: 9

Compression:

Stored size: 378 Bytes

Contents

#!/bin/sh -e
# Log output for puma running on <%= fetch(:application) %> running as <%= fetch(:user) %>
# make sure the log directory exists
mkdir -p "<%= fetch(:puma_log_path) %>"
# change path to the log directory
cd "<%= fetch(:puma_log_path) %>"
# start logging
# exec chpst -u syslog svlogd -tt "<%= fetch(:puma_log_path) %>"
exec svlogd -tt "<%= fetch(:puma_log_path) %>"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
capistrano-pumaio-3.1.6 templates/runit/log/run.erb
capistrano-pumaio-3.1.4 templates/runit/log/run.erb
capistrano-pumaio-3.1.3 templates/runit/log/run.erb
capistrano-pumaio-3.1.2 templates/runit/log/run.erb
capistrano-pumaio-3.1.1 templates/runit/log/run.erb
capistrano-pumaio-3.0.3 templates/runit/log/run.erb
capistrano-pumaio-3.0.2 templates/runit/log/run.erb
capistrano-pumaio-3.0.1 templates/runit/log/run.erb
capistrano-pumaio-3.0.0 templates/runit/log/run.erb