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
#!/bin/sh | |
# | |
# php-fpm - this script starts and stops the php-fpm daemon | |
# | |
# chkconfig: - 85 15 | |
# description: PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI \ | |
# implementation with some additional features useful for sites of \ | |
# any size, especially busier sites. | |
# processname: php-fpm |
NewerOlder