You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-30 22:13:45 +02:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
start on (filesystem and net-device-up)
|
|
|
|
chdir /var/lib/drone
|
|
console log
|
|
|
|
script
|
|
/usr/local/bin/droned --config=/etc/drone/drone.toml
|
|
end script
|