wastelander Ok I got php-fpm working but nothing to do with nginx, whatever command I put it always fails.. writing nginx -g "daemon off;"in the terminal works :(
eric please sync and update the nginx-66serv package, then remove the service and start it again # 66 remove nginx # 66 start nginx
wastelander Great, it works now, thanks @eric !!:) could you please fix the php-fpm service too? It works for me only if I explicitly set /run/php-fpm instead of ${LiveDirectory}, maybe exec-cmdline should be replaced here as well?
Wat-now Have you tried having the LiveDirectory=!/run/php-fpm line precede the ArgsPidFile=!--pid ${LiveDirectory}/php-fpm.pid line in the environment section?
wastelander Wat-now thanks for the suggestion, actually I hadn't tried to swap the order of these lines, I'm going to do this and report👍 UPDATE: @Wat-now nope, I have tried to place the LiveDirectory=!/run/php-fpm everywhere in the env section but it makes no difference.
wastelander eric yes very curious because this time exec-cmdline seems to work well but it doesn't like that environment variable LiveDirectory. I have done another test removing it and simply replacing it with /run/php-fpm, it works
wastelander Ok this workaround has been pushed upstream, I have sync'd, updated and the service works. @eric you can take your time to find the fix;)
wastelander eric no problem, really, after all the service is working, we can leave it as is ;) I think that the Dbus stuff is much higher priority now.