1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-11 13:59:36 +02:00
woodpecker/deb/drone/etc/init/drone.conf
Nurahmadie fbbdba3514 Add default configuration file for droned.
Also mark configuration file as conffiles.
2014-02-09 00:11:51 +00:00

13 lines
235 B
Plaintext

start on (filesystem and net-device-up)
chdir /var/lib/drone
console log
script
DRONED_OPTS="--port=:80"
if [ -f /etc/default/$UPSTART_JOB ]; then
. /etc/default/$UPSTART_JOB
fi
droned $DRONED_OPTS
end script