buildroot/package/triggerhappy/triggerhappy.service
Michael Heinemann 3e23b1c9bb triggerhappy: bumped to 0.5.0 to fix systemd unit
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>
2017-05-07 16:05:27 +02:00

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