#! /bin/bash echo 'Starting service key worker' cd / venv/bin/python -m workers.service_key_worker 2>&1 echo 'Service key worker exited'