Disable diffsworker
This commit is contained in:
parent
43720b27e7
commit
49b395ba4e
2 changed files with 0 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec logger -i -t diffsworker
|
|
|
@ -1,8 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
echo 'Starting diffs worker'
|
|
||||||
|
|
||||||
cd /
|
|
||||||
venv/bin/python -m workers.diffsworker
|
|
||||||
|
|
||||||
echo 'Diffs worker exited'
|
|
Reference in a new issue