woodpecker/deb/drone/etc/init/drone.conf

13 lines
235 B
Text
Raw Normal View History

2014-02-07 10:10:01 +00:00
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