2017-07-13 13:09:42 +00:00
|
|
|
#!/usr/bin/env ssm
|
2014-02-24 07:03:39 +00:00
|
|
|
|
2014-08-02 17:35:27 +00:00
|
|
|
#service_respawn='true'
|
2017-12-10 17:44:17 +00:00
|
|
|
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
|
|
|
}
|