--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/templates/dashboard-nextleap-annotations.ini.j2 Fri Sep 14 17:57:34 2018 +0200
@@ -0,0 +1,10 @@
+[program:{{annotations_api_service}}]
+command={{annotations_api_venv}}/bin/uwsgi --yaml {{annotations_api_config_base}}/uwsgi-dashboard-annotations.yml
+stdout_logfile={{log_base_path}}/annotations_api_supervisor_stdout.log
+stderr_logfile={{log_base_path}}/annotations_api_supervisor_stderr.log
+autostart=true
+autorestart=true
+stopsignal=QUIT
+user=uwsgi
+redirect_stderr=true
+directory={{annotations_api_venv}}