#!/bin/bash /usr/sbin/php-fpm7.4 -F & /usr/sbin/nginx -g 'daemon off;' & /usr/bin/node multi & wait -n exit $?