This commit is contained in:
Jack L. Frost 2014-02-24 11:27:47 +04:00
parent 8025f1a92f
commit cbfb3f92f2
1 changed files with 2 additions and 8 deletions

View File

@ -1,14 +1,8 @@
#!/usr/bin/env watchman
service_command='/bin/alsactl'
service_args="daemon"
start() {
"$service_command" restore
watchman.start
}
service_args="rdaemon"
stop() {
watchman.stop
"$service_command" store
"$service_command" save_and_quit
}