ssm-services/services/alsa

9 lines
140 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2014-02-24 07:03:39 +00:00
#service_respawn='true'
service_command=( /usr/bin/alsactl rdaemon )
2014-02-24 07:03:39 +00:00
stop() {
2014-02-24 07:39:21 +00:00
"$service_command" kill save_and_quit
2014-02-24 07:03:39 +00:00
}