Skip to content

Instantly share code, notes, and snippets.

@gmambro
gmambro / php-fcgi-init
Last active August 29, 2015 14:05
Startup script for PHP FCGI - RHEL6 Centos
#!/bin/sh
#
# php-fcgi Startup script for PHP FCGI
#
# chkconfig: 345 86 14
# description: PHP FCGI server
# pidfile: /var/run/php-fcgi/pid
PATH=/sbin:/bin:/usr/bin:/usr/sbin