11 lines
269 B
Desktop File
Executable File
11 lines
269 B
Desktop File
Executable File
[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
|