Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $ supervisord -c /etc/supervisord.conf
  2.  
  3. Error: .ini file does not include supervisord section
  4.  
  5. [program:supervisord]
  6. command=/usr/local/bin/run_queue.sh
  7. autostart=true
  8. autorestart=true
  9. stderr_logfile=/var/log/laraqueue.err.log
  10. stdout_logfile=/var/log/laraqueue.out.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement