02-22-2020, 01:23 PM
You might have to edit the system unit.
Then
Code:
pi@rp3:~ $ cat /lib/systemd/system/triggerhappy.service
[Unit]
Description=triggerhappy global hotkey daemon
After=local-fs.target
[Service]
Type=notify
ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob /dev/input/event*
[Install]
WantedBy=multi-user.target
Then
Code:
sudo systemctl daemon-reload