Guest User

Untitled

a guest
Jun 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/sh
  2. PATH=/var/lib/gems/1.9.1/bin:/usr/local/mongodb/bin:/usr/bin
  3. cd /usr/local/railsites/zcms
  4. unicorn_rails -p 80 -E production -D
  5. exit 0
  6.  
  7. #stop
  8. #!/bin/bash
  9. pkill unicorn_rails
Add Comment
Please, Sign In to add comment