diff --git a/supervisor/components/controller.conf b/supervisor/components/controller.conf new file mode 100644 index 0000000..1cdb672 --- /dev/null +++ b/supervisor/components/controller.conf @@ -0,0 +1,3 @@ +[program:controller] +directory=%(ENV_TFW_CONTROLLER_DIR)s +command=env python app.py \ No newline at end of file