mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
start on (filesystem and net-device-up)
|
|
|
|
chdir /var/lib/drone
|
|
console log
|
|
|
|
script
|
|
droned --port=":80"
|
|
end script |