#!/sbin/runscript

depend() {
  after cloud-config
  provide cloud-final
}

start() {
  cloud-init modules --mode final
  eend 0
}
