1 2 3 4 5 6 7 8 9 10 11 12 13
#!/sbin/openrc-run depend() { after localmount before net before cloud-init provide cloud-init-local } start() { cloud-init init --local eend 0 }