summaryrefslogtreecommitdiff
path: root/sysvinit/gentoo/cloud-init-local
blob: 8c9968d82cc96763b7829022752b3859cfe88d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/runscript

depend() {
  before cloud-init
  provide cloud-init-local
}

start() {
  cloud-init init --local
  eend 0
}