Skip to content
  • Natanael Copa's avatar
    main/php: fix php-fpm script · 0b27b4f5
    Natanael Copa authored
    ref #2685
    
    The problem was that it usesd start-stop-daemon --exec but the argv[0]
    name didnt correpond so start-stop-daemon could not know that it was up
    and running.
    
    The fix is to use pidfile.
    
    Script is based on update from gentoo.
    
    (cherry picked from commit 0449861a)
    0b27b4f5