2014-02-24 07:03:39 +00:00
|
|
|
#!/usr/bin/env watchman
|
|
|
|
|
2014-08-02 17:35:27 +00:00
|
|
|
#service_respawn='true'
|
2014-02-24 07:03:39 +00:00
|
|
|
service_command='/bin/alsactl'
|
2014-02-24 07:27:47 +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
|
|
|
}
|