📅  最后修改于: 2022-03-11 14:55:02.708000             🧑  作者: Mango
nohup php artisan queue:work --daemon &
nohup php artisan queue:work --daemon > /dev/null 2>&1 &
nohup php artisan queue:work --daemon > app/storage/logs/laravel.log &