]> git.pld-linux.org Git - packages/php.git/commitdiff
fpm sucks by leaving some fds open, and rc-scripts fails to go further BUSY message
authorElan Ruusamäe <glen@delfi.ee>
Thu, 12 Sep 2013 13:35:49 +0000 (16:35 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 12 Sep 2013 13:36:43 +0000 (16:36 +0300)
php-fpm.init

index 020fc7896fd9a1fc0af7bb4413aebe2401affbc3..9d691efc82d996da96b44e0d6971a69dde344d2c 100644 (file)
@@ -30,7 +30,7 @@ start() {
        fi
 
        msg_starting "PHP FastCGI Process Manager (@processname@)"
-       daemon --pidfile $pidfile /usr/sbin/@processname@ --fpm-config $configfile
+       daemon --closefds --pidfile $pidfile /usr/sbin/@processname@ --fpm-config $configfile
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch $lockfile
 }
This page took 0.961913 seconds and 4 git commands to generate.