From e45e5d7aaaa1403955effa893a02d91f0791bb67 Mon Sep 17 00:00:00 2001 From: Matt Dainty Date: Thu, 24 Mar 2016 16:33:23 +0000 Subject: testing/cloud-init: new aport http://launchpad.net/cloud-init Cloud instance init scripts --- testing/cloud-init/cloud-init.initd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/cloud-init/cloud-init.initd (limited to 'testing/cloud-init/cloud-init.initd') diff --git a/testing/cloud-init/cloud-init.initd b/testing/cloud-init/cloud-init.initd new file mode 100644 index 0000000000..c901449a9f --- /dev/null +++ b/testing/cloud-init/cloud-init.initd @@ -0,0 +1,14 @@ +#!/sbin/runscript + +depend() { + need net + after firewall + after cloud-init-local + before cloud-config + provide cloud-init +} + +start() { + cloud-init init + eend 0 +} -- cgit v1.2.3