]> git.pld-linux.org Git - packages/php.git/commitdiff
fpm: use --redirfds, safer and works with RC_LOGGING on and off
authorElan Ruusamäe <glen@delfi.ee>
Fri, 13 Sep 2013 08:16:01 +0000 (11:16 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 13 Sep 2013 08:16:01 +0000 (11:16 +0300)
php-fpm.init

index fa1f3a76e513bff3dbc3452a019185772d600fa2..f58fe0e635744abdbc606ce717f13e8302b6437f 100755 (executable)
@@ -30,7 +30,7 @@ start() {
        fi
 
        msg_starting "PHP FastCGI Process Manager (@processname@)"
-       daemon --closefds --pidfile $pidfile /usr/sbin/@processname@ --fpm-config $configfile
+       daemon --redirfds --pidfile $pidfile /usr/sbin/@processname@ --fpm-config $configfile
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch $lockfile
 }
This page took 0.038708 seconds and 4 git commands to generate.