woodpecker/debian/drone/etc/init/drone.conf
2014-08-02 10:32:03 -07:00

12 lines
No EOL
249 B
Text

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
/usr/local/bin/droned $DRONED_OPTS
end script