Fix required facilities for php-fpm's init script

$all should only be used in rare, and very specific, cases.
This commit is contained in:
Raphael Geissert 2010-07-29 19:13:42 +00:00
parent 110fab9803
commit 444bba79ba

View 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