#! /bin/bash echo 'Starting notification worker' cd / venv/bin/python -m workers.notificationworker echo 'Notification worker exited'