1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 21:45:27 +03:00
openwrt-packages/keymouse/files/keymouse.init
2010-11-20 17:57:10 +03:00

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
}