mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:44:08 +00:00
initial public commit
This commit is contained in:
7
deb/drone/DEBIAN/control
Normal file
7
deb/drone/DEBIAN/control
Normal file
@@ -0,0 +1,7 @@
|
||||
Package: drone
|
||||
Version: 0.1
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Maintainer: Brad Rydzewski <brad@drone.io>
|
||||
Description: Drone continuous integration server
|
8
deb/drone/etc/init/drone.conf
Normal file
8
deb/drone/etc/init/drone.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
start on (filesystem and net-device-up)
|
||||
|
||||
chdir /var/lib/drone
|
||||
console log
|
||||
|
||||
script
|
||||
droned --port=":80"
|
||||
end script
|
Reference in New Issue
Block a user