#!/sbin/openrc-run
description="Print fastfetch summary and repaint framebuffer at end of boot"
command="/usr/bin/peacock-fastfetch-boot"
start_post() {
    /usr/bin/peacock-fastfetch-fb >/dev/null 2>&1 &
}

depend() {
    after local netmount
}
