Created
September 16, 2014 14:04
-
-
Save Mezzle/4cdf034abceda1f93882 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# php5-fpm - The PHP FastCGI Process Manager | |
description "The PHP FastCGI Process Manager" | |
author "Ondřej Surý <[email protected]>" | |
start on runlevel [2345] | |
stop on runlevel [016] | |
# you can uncomment this with recent upstart | |
# reload signal USR2 | |
pre-start exec /usr/lib/php5/php5-fpm-checkconf | |
respawn | |
exec /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment