Created
          December 24, 2013 13:35 
        
      - 
      
- 
        Save olsgreen/8113445 to your computer and use it in GitHub Desktop. 
    Supervisord Program Example
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [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