Sha256: 930c442ce757e62a10a15e65486e1a8ef367763cd444b01f7c1e0d007bbf4226

Contents?: true

Size: 514 Bytes

Versions: 5

Compression:

Stored size: 514 Bytes

Contents

#!/bin/sh -e
# <% c = Capistrano::BaseHelper::get_capistrano_instance %>
# Run services for <%= c.fetch(:application) %> as <%= c.fetch(:user) %> in env <%= Capistrano::BaseHelper.environment %>
#

# Redirect stderr so everything ends up in the log file
exec 2>&1

# Announce startup
#
echo "Starting all services for <%= c.fetch(:application) %> running as <%= c.fetch(:user) %>"

# Start all services in folder <%= c.fetch(:runit_dir) %>
exec chpst -u <%= c.fetch(:user) %> runsvdir "<%= c.fetch(:runit_dir) %>"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capistrano-base_helper-0.0.11 templates/runit/run.erb
capistrano-base_helper-0.0.10 templates/runit/run.erb
capistrano-base_helper-0.0.9 templates/runit/run.erb
capistrano-base_helper-0.0.8 templates/runit/run.erb
capistrano-base_helper-0.0.7 templates/runit/run.erb