Move serverkeyworker into its own package

This commit is contained in:
Joseph Schorr 2017-07-12 15:57:02 +03:00
parent 457f685952
commit 3b496e2759
4 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,6 @@ echo 'Starting service key worker'
QUAYPATH=${QUAYPATH:-"."} QUAYPATH=${QUAYPATH:-"."}
cd ${QUAYDIR:-"/"} cd ${QUAYDIR:-"/"}
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.service_key_worker 2>&1 PYTHONPATH=$QUAYPATH venv/bin/python -m workers.servicekeyworker.servicekeyworker 2>&1
echo 'Service key worker exited' echo 'Service key worker exited'

View file