ssm-services/init.d/alsa

10 lines
160 B
Plaintext
Raw Normal View History

2014-02-24 07:03:39 +00:00
#!/usr/bin/env watchman
#service_respawn='true'
2015-06-18 09:38:49 +00:00
service_command='/usr/bin/alsactl'
2015-09-04 13:47:37 +00:00
service_args=( 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
}