Skip to content

Instantly share code, notes, and snippets.

@olsgreen
Created December 24, 2013 13:35
Show Gist options
  • Save olsgreen/8113445 to your computer and use it in GitHub Desktop.
Save olsgreen/8113445 to your computer and use it in GitHub Desktop.
Supervisord Program Example
[program:myqueue]
command=php artisan queue:listen --env=your_environment
directory=/path/to/laravel
stdout_logfile=/path/to/laravel/app/storage/logs/myqueue_supervisord.log
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment