11 lines
254 B
Desktop File
11 lines
254 B
Desktop File
[Unit]
|
|
Description=Quimby Input Forwarder
|
|
Requires=bluetooth.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/usr/local/bin/quimby-setup quimby
|
|
ExecStart=/usr/local/bin/quimby-relay /dev/input/event0 /dev/hidg0
|
|
ExecStop=/usr/local/bin/quimby-cleanup quimby
|
|
|