Skip to content

Instantly share code, notes, and snippets.

@achmadfatoni
Created October 24, 2016 16:54
Show Gist options
  • Save achmadfatoni/50fe25be8271000630526b93ba99cbdf to your computer and use it in GitHub Desktop.
Save achmadfatoni/50fe25be8271000630526b93ba99cbdf to your computer and use it in GitHub Desktop.
Supervisord Conf
[program:queue]
commad=php artisan queue:listen --tries=2
directory=/path/to-directory
stdout_logfile=/path/to-log-file/storage/logs/supervisord.log
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment