#!/sbin/openrc-run

description="Fix HDMI audio after suspend/resume"
supervisor=supervise-daemon

command="/usr/local/bin/aproman"
pidfile="/run/${RC_SVCNAME}.pid"
respawn_delay=1
respawn_max=0

depend() {
    need localmount
}
