8 lines
116 B
Plaintext
Raw Normal View History

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