harness-drone/contrib/debian/drone/etc/init/drone.conf
2015-09-29 17:18:58 -07:00

12 lines
186 B
Text

start on (filesystem and net-device-up)
chdir /var/lib/drone
console log
script
set -a
if [ -f /etc/drone/dronerc ]; then
. /etc/drone/dronerc
fi
/usr/local/bin/drone
end script