#!/usr/bin/env ssm

service_command=( /usr/bin/alsactl rdaemon )

stop() {
	"$service_command" kill save_and_quit
}
