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
2014-10-12 23:51:51 +04:00

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