#!/sbin/openrc-run

start() {
    /usr/local/sbin/growroot
    eend 0
}

depend() {
    need localmount
}
