woodpecker/packaging/root/usr/share/drone/init/drone.conf

9 lines
147 B
Text
Raw Normal View History

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