mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 17:08:07 +00:00
reverted back to original sqlite database location
This commit is contained in:
2
debian/drone/DEBIAN/control
vendored
2
debian/drone/DEBIAN/control
vendored
@@ -1,5 +1,5 @@
|
||||
Package: drone
|
||||
Version: 0.1
|
||||
Version: 0.3
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
4
debian/drone/etc/init/drone.conf
vendored
4
debian/drone/etc/init/drone.conf
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user