Remove webhook worker

This commit is contained in:
Joseph Schorr 2014-08-25 19:13:40 -04:00
parent a129aac94b
commit 67905c277e
4 changed files with 0 additions and 54 deletions

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec svlogd -t /var/log/webhookworker/

View file

@ -1,8 +0,0 @@
#! /bin/bash
echo 'Starting webhook worker'
cd /
venv/bin/python -m workers.webhookworker
echo 'Webhook worker exited'