]> git.pld-linux.org Git - packages/php.git/commitdiff
fix fpm initscript
authorElan Ruusamäe <glen@delfi.ee>
Sun, 26 Aug 2012 08:34:28 +0000 (11:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 26 Aug 2012 08:34:28 +0000 (11:34 +0300)
php-fpm.init

index 7fd3aa7dff54ed2750ca1f32831915ec48ec35b9..5da5db06e4d88b4d291e77f6d944b62f42fe66a8 100644 (file)
@@ -28,7 +28,7 @@ start() {
        fi
 
        msg_starting "PHP FastCGI Process Manager (@processname@)"
-       daemon --pidfile $pidfile /usr/sbin/@processname@ --fpm-config /etc/php/fpm.conf
+       daemon --pidfile $pidfile /usr/sbin/@processname@ --fpm --fpm-config /etc/php/fpm.conf
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch $lockfile
 }
This page took 0.053086 seconds and 4 git commands to generate.