aports/testing/cloud-init/cloud-init.initd
2016-03-25 12:06:58 +00:00

15 lines
168 B
Plaintext

#!/sbin/runscript
depend() {
need net
after firewall
after cloud-init-local
before cloud-config
provide cloud-init
}
start() {
cloud-init init
eend 0
}