Sha256: e57c73e3aab32813c611d1758e6b71ceb1e8fd339f7e4574882dd1bb693b55c0
Contents?: true
Size: 419 Bytes
Versions: 9
Compression:
Stored size: 419 Bytes
Contents
#!/bin/sh -e # # Run services for <%= fetch(:application) %> as <%= fetch(:user) %> in env <%= environment %> # # Redirect stderr so everything ends up in the log file exec 2>&1 # Announce startup # echo "Starting all services for <%= fetch(:application) %> running as <%= fetch(:user) %>" # Start all services in folder <%= fetch(:runit_dir) %> exec chpst -u <%= fetch(:user) %> runsvdir "<%= fetch(:runit_dir) %>"
Version data entries
9 entries across 9 versions & 1 rubygems