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

index 1bb36b688d5167f6c575ef238d9ac300d77c611f..7fd3aa7dff54ed2750ca1f32831915ec48ec35b9 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/php-fpm.conf
+       daemon --pidfile $pidfile /usr/sbin/@processname@ --fpm-config /etc/php/fpm.conf
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch $lockfile
 }
This page took 0.100161 seconds and 4 git commands to generate.