EnvironmentVariables PATH /Users/<%= fetch(:deploy_user)%>/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin RBENV_ROOT /Users/<%= fetch(:deploy_user)%>/.rbenv RBENV_VERSION 2.2.3 Label apps.<%= fetch(:application)%>.unicorn KeepAlive ProgramArguments /Users/<%= fetch(:deploy_user)%>/.rbenv/shims/unicorn -c /Users/<%= fetch(:deploy_user)%>/apps/<%= fetch(:application) %>/shared/config/unicorn.rb -E production RunAtLoad