bootstrap.conf 249 B

12345678910111213
  1. [program:bootstrap]
  2. command=/scripts/bootstrap.sh
  3. priority=10
  4. directory=/app
  5. process_name=%(program_name)s
  6. autostart=true
  7. autorestart=false
  8. stdout_events_enabled=true
  9. stderr_events_enabled=true
  10. stopsignal=TERM
  11. exitcodes=0
  12. startsecs=0
  13. stopwaitsecs=1