mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:41:53 +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"
|
DEVICE_PW="/dev/input/event0"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
fnkeys $DEVICE_PW &
|
start-stop-daemon -S -x /usr/bin/fnkeys -b $DEVICE_PW
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user