reverted back to original sqlite database location

This commit is contained in:
Brad Rydzewski
2014-07-13 16:04:10 -07:00
parent 5d00c3f6ce
commit c20f563330
4 changed files with 4 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
Package: drone
Version: 0.1
Version: 0.3
Section: base
Priority: optional
Architecture: amd64

View File

@@ -1,11 +1,9 @@
start on (filesystem and net-device-up)
chdir /var/lib/drone
console log
script
mkdir -p /root/.drone
cd /root/.drone
DRONED_OPTS="--port=:80"
if [ -f /etc/default/$UPSTART_JOB ]; then
. /etc/default/$UPSTART_JOB