diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-01 20:52:25 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-01 20:52:25 (GMT) |
commit | 427e01961c6ed50ac990f5327d00a7e42c3a2a69 (patch) | |
tree | 879f9e656b1bed27e8ef3084314262d57f25a061 /abs/core/php/rc.d.php-fpm | |
parent | 3202a396e855bfcc02a639d9b9cefd6bc44f1c40 (diff) | |
download | linhes_pkgbuild-427e01961c6ed50ac990f5327d00a7e42c3a2a69.zip linhes_pkgbuild-427e01961c6ed50ac990f5327d00a7e42c3a2a69.tar.gz linhes_pkgbuild-427e01961c6ed50ac990f5327d00a7e42c3a2a69.tar.bz2 |
php: updated to 5.4.8
see __changelog for details on php.ini
refs #857
Diffstat (limited to 'abs/core/php/rc.d.php-fpm')
-rw-r--r-- | abs/core/php/rc.d.php-fpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/rc.d.php-fpm b/abs/core/php/rc.d.php-fpm index 47f0886..a8cb9ec 100644 --- a/abs/core/php/rc.d.php-fpm +++ b/abs/core/php/rc.d.php-fpm @@ -57,7 +57,7 @@ case "$1" in test_config stat_busy 'Starting php-fpm' - /usr/sbin/php-fpm + /usr/sbin/php-fpm --daemonize --pid /run/php-fpm/php-fpm.pid if [ "$?" != 0 ] ; then stat_fail |