1 2 3 4 5 6 7 8 9 10 11 12
#!/sbin/runscript # add depends for network, dns, fs etc depend() { after cloud-init-local before cloud-final provide cloud-init } start() { cloud-init init eend 0 }