diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 08:11:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 08:12:15 +0000 |
commit | fd30a0ca31c2aa3bc8f306e50c0bd68600bf9ff9 (patch) | |
tree | 6c13a2d169f6bd08694f9f43df647ffff6961b00 /testing/triggerhappy/triggerhappy.initd | |
parent | e8340051bb79023624f391d700fad7d4ca1c18cd (diff) | |
download | aports-fd30a0ca31c2aa3bc8f306e50c0bd68600bf9ff9.tar.bz2 aports-fd30a0ca31c2aa3bc8f306e50c0bd68600bf9ff9.tar.xz |
testing/triggerhappy: move udev rules to etc. start before udev
Diffstat (limited to 'testing/triggerhappy/triggerhappy.initd')
-rw-r--r-- | testing/triggerhappy/triggerhappy.initd | 4 |
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 +} |