cleaner
This commit is contained in:
parent
8025f1a92f
commit
cbfb3f92f2
10
init.d/alsa
10
init.d/alsa
|
@ -1,14 +1,8 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
|
||||||
service_command='/bin/alsactl'
|
service_command='/bin/alsactl'
|
||||||
service_args="daemon"
|
service_args="rdaemon"
|
||||||
|
|
||||||
start() {
|
|
||||||
"$service_command" restore
|
|
||||||
watchman.start
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
watchman.stop
|
"$service_command" save_and_quit
|
||||||
"$service_command" store
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user