diff --git a/supervisord.conf b/supervisord.conf index 7934a2d..e3da7fa 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -11,4 +11,3 @@ command=env python app.py [program:event_handler_example] directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s command=env python event_handler_example.py -autorestart=true