Facebook
From Gentle Goose, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 80
  1. [program:email-queue]
  2. process_name=%(program_name)s_%(process_num)02d
  3. command=php /var/www/html/laravelproject/artisan queue:work
  4. autostart=true
  5. autorestart=true
  6. user=root
  7. numprocs=2
  8. redirect_stderr=true
  9. stdout_logfile=/var/www/html/laravelproject/storage/logs/supervisord.log