aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cloud-init/cloud-init.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cloud-init/cloud-init.initd')
-rw-r--r--testing/cloud-init/cloud-init.initd14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/cloud-init/cloud-init.initd b/testing/cloud-init/cloud-init.initd
deleted file mode 100644
index c901449a9f..0000000000
--- a/testing/cloud-init/cloud-init.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/runscript
-
-depend() {
- need net
- after firewall
- after cloud-init-local
- before cloud-config
- provide cloud-init
-}
-
-start() {
- cloud-init init
- eend 0
-}