Sha256: d6ee81c39d5d555a376e614081e52f896814f6bc3e7050853be21c16451e2796
Contents?: true
Size: 403 Bytes
Versions: 25
Compression:
Stored size: 403 Bytes
Contents
<% @path = "/etc/init/unicorn.conf" current_path = "/mnt/#{rubber_env.app_name}-#{Rubber.env}/current" @backup = false %> description "unicorn daemon" start on runlevel [2345] stop on runlevel [016] script exec /bin/bash -l -c 'cd <%= current_path %> && exec bundle exec unicorn_rails -c <%= current_path %>/config/unicorn.rb -E <%= Rubber.env %> -D >> log/unicorn_upstart.log 2>&1' end script
Version data entries
25 entries across 25 versions & 1 rubygems