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