Disable diffsworker

This commit is contained in:
Silas Sewell 2015-11-03 23:59:38 -05:00
parent 43720b27e7
commit 49b395ba4e
2 changed files with 0 additions and 10 deletions

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec logger -i -t diffsworker

View file

@ -1,8 +0,0 @@
#! /bin/bash
echo 'Starting diffs worker'
cd /
venv/bin/python -m workers.diffsworker
echo 'Diffs worker exited'