1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

rename utils/triggersad -> triggersad

This commit is contained in:
kyak
2010-11-20 19:43:19 +03:00
parent 9417998cb0
commit f455a54c76
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh /etc/rc.common
START=93
start() {
/usr/sbin/thd --socket /tmp/triggerhappy.socket --triggers /etc/triggerhappy/triggers.d/ --daemon /dev/input/event*
}
stop() {
/usr/sbin/th-cmd --socket /tmp/triggerhappy.socket --quit
}