Guest User

Untitled

a guest
Feb 26th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. description "nginx http daemon"
  2.  
  3. start on runlevel [2]
  4. stop on runlevel [016]
  5.  
  6. console owner
  7.  
  8. exec /opt/nginx/sbin/nginx -c /opt/nginx/conf/nginx.conf -g "daemon off;"
  9.  
  10. respawn
Add Comment
Please, Sign In to add comment