mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 22:59:20 +02:00
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/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
|
|
}
|