aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/triggerhappy/triggerhappy.initd
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/triggerhappy/triggerhappy.initd')
-rw-r--r--unmaintained/triggerhappy/triggerhappy.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/unmaintained/triggerhappy/triggerhappy.initd b/unmaintained/triggerhappy/triggerhappy.initd
deleted file mode 100644
index ac707e927c..0000000000
--- a/unmaintained/triggerhappy/triggerhappy.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/runscript
-
-: ${socket:=/var/run/thd.socket}
-: ${triggers:=/etc/triggerhappy/triggers.d}
-
-command=/usr/sbin/thd
-pidfile=/var/run/thd.pid
-command_args="--daemon --socket $socket --triggers $triggers $devices --pidfile $pidfile"
-
-depend() {
- before udev
-}