mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
enable keymouse
This commit is contained in:
7
keymouse/files/keymouse.init
Executable file
7
keymouse/files/keymouse.init
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user