12 lines
186 B
Text
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
|