github.com/unclejack/drone@v0.2.1-0.20140918182345-831b034aa33b/deb/drone/etc/init/drone.conf (about) 1 start on (filesystem and net-device-up) 2 3 chdir /var/lib/drone 4 console log 5 6 script 7 DRONED_OPTS="--port=:80" 8 if [ -f /etc/default/$UPSTART_JOB ]; then 9 . /etc/default/$UPSTART_JOB 10 fi 11 droned $DRONED_OPTS 12 end script