]> granicus.if.org Git - php/commitdiff
Fix required facilities for php-fpm's init script
authorRaphael Geissert <geissert@php.net>
Thu, 29 Jul 2010 19:13:42 +0000 (19:13 +0000)
committerRaphael Geissert <geissert@php.net>
Thu, 29 Jul 2010 19:13:42 +0000 (19:13 +0000)
$all should only be used in rare, and very specific, cases.

sapi/fpm/init.d.php-fpm.in

index dfeb69aebc653fbe672d11f4c5e10eec8692a784..766d10207d0514c5cdf9664aaf0f84c35140fe1f 100644 (file)
@@ -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