1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00

fixed issue #394

This commit is contained in:
Brad Rydzewski 2014-08-02 10:32:03 -07:00
parent 4d56ab7878
commit 28071bb6f0

View File

@ -8,5 +8,5 @@ script
if [ -f /etc/default/$UPSTART_JOB ]; then
. /etc/default/$UPSTART_JOB
fi
droned $DRONED_OPTS
/usr/local/bin/droned $DRONED_OPTS
end script