Skip to content

Instantly share code, notes, and snippets.

@allaniftrue
Created April 30, 2020 09:05
Show Gist options
  • Save allaniftrue/ffee9df835241ef1f5410f9c98c1b801 to your computer and use it in GitHub Desktop.
Save allaniftrue/ffee9df835241ef1f5410f9c98c1b801 to your computer and use it in GitHub Desktop.
Working laravel echo supervisor config
[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