mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
the binary which is going to be executed is named fnkeys and not fn-handle
This commit is contained in:
@@ -5,9 +5,9 @@ START=40
|
|||||||
DEVICE="/dev/input/event0"
|
DEVICE="/dev/input/event0"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
fn-handle $DEVICE
|
fnkeys $DEVICE &
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
killall fn-handle
|
killall fnkeys
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user