Sha256: 15c577cd311dc7e1db45adbcd0780395cf9cac380bd59028dda511eeb6776c27
Contents?: true
Size: 390 Bytes
Versions: 5
Compression:
Stored size: 390 Bytes
Contents
start on starting <%= app %>-<%= name %> stop on stopping <%= app %>-<%= name %> respawn exec su - <%= user %> --shell=/bin/bash -c 'cd <%= engine.root %>; trap '\''kill -QUIT $(jobs -p)'\'' EXIT; export PORT=<%= port %>;<% engine.env.each_pair do |var,env| %> export <%= var.upcase %>=<%= shell_quote(env) %>; <% end %> <%= process.command %> >> <%= log %>/<%=name%>-<%=num%>.log 2>&1'
Version data entries
5 entries across 5 versions & 1 rubygems