mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:44:08 +00:00
Add default configuration file for droned.
Also mark configuration file as conffiles.
This commit is contained in:
2
deb/drone/DEBIAN/conffiles
Normal file
2
deb/drone/DEBIAN/conffiles
Normal file
@@ -0,0 +1,2 @@
|
||||
/etc/init/drone.conf
|
||||
/etc/default/drone
|
10
deb/drone/etc/default/drone
Normal file
10
deb/drone/etc/default/drone
Normal file
@@ -0,0 +1,10 @@
|
||||
# Upstart configuration file for droned.
|
||||
|
||||
# Command line options:
|
||||
#
|
||||
# -datasource="drone.sqlite":
|
||||
# -driver="sqlite3":
|
||||
# -path="":
|
||||
# -port=":8080":
|
||||
#
|
||||
#DRONED_OPTS="--port=:80"
|
@@ -4,5 +4,9 @@ chdir /var/lib/drone
|
||||
console log
|
||||
|
||||
script
|
||||
droned --port=":80"
|
||||
end script
|
||||
DRONED_OPTS="--port=:80"
|
||||
if [ -f /etc/default/$UPSTART_JOB ]; then
|
||||
. /etc/default/$UPSTART_JOB
|
||||
fi
|
||||
droned $DRONED_OPTS
|
||||
end script
|
||||
|
Reference in New Issue
Block a user