Queues em background
nohup php artisan queue:listen > /dev/null 2>&1 & # /dev/null 2>&1 & # without nohup.output - log file
nohup php artisan queue:work --daemon & # /dev/null 2>&1 & # with nohup.output - log file
# To kill the process ... go to htop