mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
658e2f9057
Two bugs that together left stale pool files behind after termination, crashing php-fpm on next startup (exit-code 78, user not found): 1. removePool() used file_exists() to guard the rm — fails silently when www-data can't read /etc/php/*/fpm/pool.d/; now always attempts sudo rm -f 2. reloadFPM() called systemctl without sudo — silently failed as www-data, leaving the old pool loaded even when the file was successfully removed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>