From: Raphael Geissert Date: Thu, 29 Jul 2010 19:13:42 +0000 (+0000) Subject: Fix required facilities for php-fpm's init script X-Git-Tag: php-5.4.0alpha1~191^2~1163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=197ab331eb407e74070cd7cd9089d0e60630e118;p=php Fix required facilities for php-fpm's init script $all should only be used in rare, and very specific, cases. --- diff --git a/sapi/fpm/init.d.php-fpm.in b/sapi/fpm/init.d.php-fpm.in index dfeb69aebc..766d10207d 100644 --- a/sapi/fpm/init.d.php-fpm.in +++ b/sapi/fpm/init.d.php-fpm.in @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: php-fpm -# Required-Start: $all -# Required-Stop: $all +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: starts php-fpm