#!/sbin/openrc-run

description="Manage Bluetooth HFP profiles and reconnect headsets after resume"
supervisor=supervise-daemon

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

depend() {
    need localmount
}
