Files
ssm-services/services/alsa
T

9 lines
140 B
Plaintext
Raw Normal View History

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