parent
ec492bb683
commit
5746b42c69
3 changed files with 49 additions and 0 deletions
8
conf/init/service/queuecleanupworker/run
Executable file
8
conf/init/service/queuecleanupworker/run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
echo 'Starting Queue cleanup worker'
|
||||
|
||||
cd /
|
||||
venv/bin/python -m workers.queuecleanupworker 2>&1
|
||||
|
||||
echo 'Repository Queue cleanup exited'
|
Reference in a new issue