#! /bin/bash echo 'Starting diffs worker' cd / venv/bin/python -m workers.diffsworker --log=/mnt/logs/diffsworker.log echo 'Diffs worker exited'