However the system daemon doesn't seem to be using the triggers (Eg nothing happens when pressing the keys). Tried sudo service triggerhappy restart, saw 4 normal systemd lines in syslog, but nothing more.
I tried editing /etc/defaults/triggerhappy and add a line reading:
THD as a service doesn't function in Ubuntu if it's being run as nobody or root. If being run as the current user the service does its job although with some minor issues. The solution was found here.
The trigger file seems to be parsed and triggers are called when starting the tool manually using:
However the system daemon doesn't seem to be using the triggers (Eg nothing happens when pressing the keys). Tried
sudo service triggerhappy restart
, saw 4 normal systemd lines in syslog, but nothing more.I tried editing
/etc/defaults/triggerhappy
and add a line reading:but it didn't seem to make any difference after restarting the systemd unit.