mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 19:17:10 +02:00
the binary which is going to be executed is named fnkeys and not fn-handle
This commit is contained in:
parent
3f39b15a9d
commit
ee6df384e7
@ -5,9 +5,9 @@ START=40
|
||||
DEVICE="/dev/input/event0"
|
||||
|
||||
start() {
|
||||
fn-handle $DEVICE
|
||||
fnkeys $DEVICE &
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall fn-handle
|
||||
killall fnkeys
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user