do not start nginx until /var/run/php-fpm.sock is available

This commit is contained in:
Mark van Holsteijn 2021-06-04 22:12:52 +02:00
parent 081580da91
commit bcb52002aa

View file

@ -1,2 +1,3 @@
#!/usr/bin/execlineb -P
if { test -S /var/run/php-fpm.sock }
/usr/sbin/nginx