14 lines
384 B
Desktop File
14 lines
384 B
Desktop File
[Unit]
|
|
Description=Quimby Input Forwarder
|
|
Requires=bluetooth.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
#After=bluetooth.service
|
|
ExecStartPre=/usr/local/bin/quimby-setup quimby
|
|
ExecStart=/usr/local/bin/quimby-relay --input /dev/input/event0 --input /dev/input/event1 --keyboard /dev/hidg0 --consumer /dev/hidg2
|
|
ExecStop=/usr/local/bin/quimby-cleanup quimby
|
|
|
|
#[Install]
|
|
#WantedBy=bluetooth.target
|