mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 12:54:05 +02:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2008 OpenWrt.org
|
||
|
START=43
|
||
|
|
||
|
start() {
|
||
|
start-stop-daemon -b -S -x /usr/bin/keymouse -- /etc/keymouse.cfg 0
|
||
|
}
|