11 lines
269 B
SYSTEMD
11 lines
269 B
SYSTEMD
|
|
[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 root --deviceglob /dev/input/event*
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|