Skip to content

Instantly share code, notes, and snippets.

@dmishh
Last active September 10, 2015 18:31
Show Gist options
  • Save dmishh/9f4f7dbd2c783f9d3865 to your computer and use it in GitHub Desktop.
Save dmishh/9f4f7dbd2c783f9d3865 to your computer and use it in GitHub Desktop.
start on starting <%= app %>-<%= name %>
stop on stopping <%= app %>-<%= name %>
respawn
exec su - <%= user %> --session-command 'cd <%= engine.root %>; 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment