1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 23:43:50 +03:00

fnkeys is now correctly daemonized at start

This commit is contained in:
kyak 2010-10-17 14:07:34 +04:00
parent 3e4e587e00
commit 1a6e2dc80b

View File

@ -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() {