do not start nginx until /var/run/php-fpm.sock is available
This commit is contained in:
parent
081580da91
commit
bcb52002aa
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/execlineb -P
|
||||
if { test -S /var/run/php-fpm.sock }
|
||||
/usr/sbin/nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue