mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 05:29:43 +02:00
killall gmenu2x.bin (not gmenu2x) for faster Off button reaction
This commit is contained in:
parent
d4c8f4d128
commit
72b8767e63
@ -10,6 +10,6 @@ start() {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
/usr/sbin/alsactl store -f /etc/asound.state
|
/usr/sbin/alsactl store -f /etc/asound.state
|
||||||
killall gmenu2x
|
killall gmenu2x.bin
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user