Sha256: 5395b42df5c3c87da1aa02cb1e3aa86187ea1b7f0a15662c199c160ca580c601

Contents?: true

Size: 448 Bytes

Versions: 15

Compression:

Stored size: 448 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
capistrano-pumaio-0.0.18 templates/runit/log-run.erb
capistrano-pumaio-0.0.17 templates/runit/log-run.erb
capistrano-pumaio-0.0.16 templates/runit/log-run.erb
capistrano-pumaio-0.0.15 templates/runit/log-run.erb
capistrano-pumaio-0.0.14 templates/runit/log-run.erb
capistrano-pumaio-0.0.11 templates/runit/log-run.erb
capistrano-pumaio-0.0.10 templates/runit/log-run.erb
capistrano-pumaio-0.0.9 templates/runit/log-run.erb
capistrano-pumaio-0.0.8 templates/runit/log-run.erb
capistrano-pumaio-0.0.7 templates/runit/log-run.erb
capistrano-pumaio-0.0.6 templates/runit/log-run.erb
capistrano-pumaio-0.0.5 templates/runit/log-run.erb
capistrano-pumaio-0.0.4 templates/runit/log-run.erb
capistrano-pumaio-0.0.3 templates/runit/log-run.erb
capistrano-pumaio-0.0.2 templates/runit/log-run.erb