mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
fnkeys is now correctly daemonized at start
This commit is contained in:
parent
3e4e587e00
commit
1a6e2dc80b
@ -5,7 +5,7 @@ START=40
|
||||
DEVICE_PW="/dev/input/event0"
|
||||
|
||||
start() {
|
||||
fnkeys $DEVICE_PW &
|
||||
start-stop-daemon -S -x /usr/bin/fnkeys -b $DEVICE_PW
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user