Skip to content

Instantly share code, notes, and snippets.

@joevandyk
Created May 12, 2014 21:39
Show Gist options
  • Save joevandyk/1a822d00a10cc7f7118c to your computer and use it in GitHub Desktop.
Save joevandyk/1a822d00a10cc7f7118c to your computer and use it in GitHub Desktop.
diff --git a/config/service_definitions/tanga_rails/run b/config/service_definitions/tanga_rails/run
index 7ba34fc..fd31b8f 100755
--- a/config/service_definitions/tanga_rails/run
+++ b/config/service_definitions/tanga_rails/run
@@ -2,5 +2,6 @@
exec 2>&1
export HOME=/home/monkey
cd $HOME/tanga/sites/tanga
+export UNICORN_WORKERS=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment