Created
April 30, 2020 09:05
-
-
Save allaniftrue/ffee9df835241ef1f5410f9c98c1b801 to your computer and use it in GitHub Desktop.
Working laravel echo supervisor config
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:laravel-echo] | |
directory=/var/www/html | |
process_name=%(program_name)s_%(process_num)02d | |
command=laravel-echo-server start --dir=/var/www/html | |
autostart=true | |
#autorestart=true | |
user=www-data | |
numprocs=1 | |
redirect_stderr=true | |
stdout_logfile=/var/www/html/storage/logs/echo.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment