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