Advertisement
Guest User

Untitled

a guest
May 21st, 2010
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. description "PHP-FPM"
  2.  
  3. start on runlevel [2345]
  4. #start on service nginx
  5. stop on runlevel S
  6.  
  7. console output
  8.  
  9. expect fork
  10. respawn
  11. exec /usr/local/bin/php-cgi --fpm --fpm-config /etc/php-fpm.conf
  12.  
  13. ^^ currently it is set to NOT daemonize. it doesn't seem to make any difference either way
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement