Skip to content

Instantly share code, notes, and snippets.

@azami
Created October 26, 2013 20:32
Show Gist options
  • Save azami/7174205 to your computer and use it in GitHub Desktop.
Save azami/7174205 to your computer and use it in GitHub Desktop.
upstart php5-fpm
description "PHP FastCGI Process Manager"
kill signal INT
start on {net-device-up and local-filesystems}
stop on runlevel [016]
expect fork
respawn
exec /usr/sbin/php5-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment