#!/bin/sh /usr/sbin/crond nohup php-fpm > /var/log/php-fpm.log 2>&1 & # su www-data -s /bin/sh -c "/app/www/youxi9-api/artisan queue:work --daemon --quiet --queue=check_channel --delay=5 --sleep=5 --tries=5 2>&1" & chown www-data -R /app/www/new_sdk & nginx -g "daemon off;"