You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
235 B

  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. }