Skip to content

Instantly share code, notes, and snippets.

@dprevite
Created May 5, 2014 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dprevite/82e95025a173cdcd9c2b to your computer and use it in GitHub Desktop.
Save dprevite/82e95025a173cdcd9c2b to your computer and use it in GitHub Desktop.
Laravel listener supervisor
[program:laravel_app]
command=/usr/bin/php /var/www/production/api.thing.com/artisan queue:listen -vvv --queue=App --env=production
directory=/var/www/production/api.thing.com
stdout_logfile=/var/www/production/api.thing.com/app/storage/logs/app_supervisord.log
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment