How to write boot persistent files outside the document root with a PHP web application?
The systemd PrivateTmp option for a php-fpm service affects write access to files outside the document root. e.g. Red Hat Enterprise Linux 9 and PHP 8.2.13 For example, if var/tmp/myApp (say) is used for temporary files that are required to…