fbbdba3514
Also mark configuration file as conffiles.
12 lines
235 B
Text
12 lines
235 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
|
|
droned $DRONED_OPTS
|
|
end script
|