On my Ubuntu server, I run Apache 2 with a php8.2-fpm pool, and I have changed the PHP user, which is not www-data anymore.
I've changed the php-fpm.conf (/etc/php/8.2/fpm/pool.d/www.conf), so that the user is my new user.
My problem is that every time the server gets rebooted, the folder /run/php always changes back to www-data ownership, so I have to manually chown the folder to get PHP running as it should.
Where can I permanently change the ownership of this folder?