# PUPPET-linux modul php_fpm (files-dev) # php5-fpm - The PHP FastCGI Process Manager description "The PHP FastCGI Process Manager" author "Ond�~Yej Surý " start on runlevel [2345] stop on runlevel [016] # Precise upstart does not support reload signal, and thus rejects the # job. We'd rather start the daemon, instead of forcing users to # reboot https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1272788 # # reload signal USR2 umask 0002 pre-start exec /usr/lib/php5/php5-fpm-checkconf respawn exec /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf