setup the worker to stream results

This commit is contained in:
Brad Rydzewski
2014-07-11 15:29:31 -07:00
parent 4aba399b3b
commit 3e5035c254
6 changed files with 17 additions and 63 deletions

View File

@@ -1,9 +1,11 @@
start on (filesystem and net-device-up)
chdir /root/.drone
console log
script
mkdir -p /root/.drone
cd /root/.drone
DRONED_OPTS="--port=:80"
if [ -f /etc/default/$UPSTART_JOB ]; then
. /etc/default/$UPSTART_JOB