Sha256: a8e179a9899e5f666670bdbd29cfede222255e92728c65c5cf5d90d665cff87d

Contents?: true

Size: 483 Bytes

Versions: 10

Compression:

Stored size: 483 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
capistrano-delayed_job-0.0.10 templates/runit/log-run.erb
capistrano-delayed_job-0.0.9 templates/runit/log-run.erb
capistrano-delayed_job-0.0.8 templates/runit/log-run.erb
capistrano-delayed_job-0.0.7 templates/runit/log-run.erb
capistrano-delayed_job-0.0.6 templates/runit/log-run.erb
capistrano-delayed_job-0.0.5 templates/runit/log-run.erb
capistrano-delayed_job-0.0.4 templates/runit/log-run.erb
capistrano-delayed_job-0.0.3 templates/runit/log-run.erb
capistrano-delayed_job-0.0.2 templates/runit/log-run.erb
capistrano-delayed_job-0.0.1 templates/runit/log-run.erb