Debian 12.13, NGINX PHP 8.2.31 Attempted systemctl edit php8.2-fpm per previous post without luck. https://forum.howtoforge.com/thread...ids-temp-folder-becomes-read-only-syst.95140/ systemctl edit php8.2-fpm [Service] ReadWritePaths=/usr/local/ispconfig/interface/temp Perhaps I did somethint wrong or??
First, ensure you edit the file for the correct PHP version. Then, take care to restart systemd and that php-fpm version.
Thanks for the reply, I was putting my edit/configuration at the bottom of the file and it was getting blown away. The file has a specific location for the modification near the top of the file. Added: [Service] ReadWritePaths=/usr/local/ispconfig/interface/temp systemctl daemon-reload restart php8.2-fpm and all is good.