aboutsummaryrefslogtreecommitdiffstats
path: root/testing/triggerhappy/triggerhappy.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/triggerhappy/triggerhappy.initd')
-rw-r--r--testing/triggerhappy/triggerhappy.initd4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/triggerhappy/triggerhappy.initd b/testing/triggerhappy/triggerhappy.initd
index 18b073cfb3..ac707e927c 100644
--- a/testing/triggerhappy/triggerhappy.initd
+++ b/testing/triggerhappy/triggerhappy.initd
@@ -7,4 +7,6 @@ command=/usr/sbin/thd
pidfile=/var/run/thd.pid
command_args="--daemon --socket $socket --triggers $triggers $devices --pidfile $pidfile"
-
+depend() {
+ before udev
+}