supervisord exiting with ENOEXEC
Your file needs to be executable. So either: You should chmod +x it to set the executable bit. Put a shebang at the start of the file. Not having this is what caused the ENOEXEC. or Modify your config file to something like command=sh /var/application/start_tester.