phiz-php-worker/start.sh

8 lines
76 B
Bash

#! /bin/bash
php ./start.php restart -d
php-fpm &
nginx -g 'daemon off;'