1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-06-30 22:13:45 +02:00
Files
woodpecker/packaging/root/usr/share/drone/init/drone.conf

9 lines
147 B
Plaintext
Raw Normal View History

2014-02-07 03:10:01 -07:00
start on (filesystem and net-device-up)
chdir /var/lib/drone
2014-02-07 03:10:01 -07:00
console log
script
2014-10-11 14:58:46 -07:00
/usr/local/bin/droned --config=/etc/drone/drone.toml
end script