triggerhappy.init 235 B

12345678910
  1. #!/bin/sh /etc/rc.common
  2. START=93
  3. start() {
  4. /usr/sbin/thd --socket /tmp/triggerhappy.socket --triggers /etc/triggerhappy/triggers.d/ --daemon /dev/input/event*
  5. }
  6. stop() {
  7. /usr/sbin/th-cmd --socket /tmp/triggerhappy.socket --quit
  8. }