I followed the official Laravel doc to start queue in the background using supervisor in Centos 7.
But whene I run this command sudo supervisorctl start laravel-worker:*
I get this error laravel-worker: ERROR (no such group)
Documentation: https://laravel.com/docs/5.5/queues#supervisor-configuration
laravel-worker.conf
? – Nephoscope