woodpecker/contrib/debian/drone/etc/init/drone.conf

13 lines
186 B
Text
Raw Normal View History

2015-05-17 19:18:03 +00:00
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