Created
October 24, 2016 16:54
-
-
Save achmadfatoni/50fe25be8271000630526b93ba99cbdf to your computer and use it in GitHub Desktop.
Supervisord Conf
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: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