core_RUN
Again, with RUN - make sure you have the proper header/PID rules established for the machine and instance you're running with. Certain machine's may require the export of additional environment variables to get a stateful server to instance relationship bound and persistent.
#!/bin/bash
cd /.CORE/; source core-env/bin/activate; python core_FRONTEND.py
Return HOME