From 9a33ed06248d8f1b25bb192e96484e93008a0b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Fri, 9 Feb 2018 13:57:32 +0100 Subject: [PATCH] Create supervisor entry for controller --- supervisor/components/controller.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 supervisor/components/controller.conf 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