diff --git a/debian/drone/etc/init/drone.conf b/debian/drone/etc/init/drone.conf index b38b0cf48..5efeb02c9 100644 --- a/debian/drone/etc/init/drone.conf +++ b/debian/drone/etc/init/drone.conf @@ -4,10 +4,5 @@ chdir /var/lib/drone console log script - set -a - DRONED_OPTS="--bind=:80" - if [ -f /etc/default/$UPSTART_JOB ]; then - . /etc/default/$UPSTART_JOB - fi - /usr/local/bin/droned $DRONED_OPTS -end script \ No newline at end of file + /usr/local/bin/droned --config=/etc/drone/drone.toml +end script