Root/triggersad/files/triggerhappy.init

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

Archive Download this file



interactive