mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Subdirectories in /var/run are deleted on reboot. That causes php-fpm to fail after reboot, because the socket in /var/run/valet can't be created, since the subdirecotry does not exist. The php-fpm socket should be moved directly to /var/run.