3e23b1c9bb
This bumps the version of triggerhappy to 0.5.0 The systemd unit supplied by buildroot assumed that filename globbing was supported by thd. But this was just recently added. So with this version bump usage of "/dev/input/event*" is now possible. Systemd Unit is adjusted accordingly. eventtable.h patch was removed as this was patched upstream. This patch fixes bug #9836. Signed-off-by: Michael Heinemann <posted@heine.so>
10 lines
241 B
Desktop File
10 lines
241 B
Desktop File
[Unit]
|
|
Description=Triggerhappy daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d --socket /var/run/thd.socket --user nobody --deviceglob /dev/input/event*
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|