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