2019-02-23 21:48:41 +11:00
|
|
|
[Unit]
|
|
|
|
Description=Quimby Input Forwarder
|
|
|
|
Requires=bluetooth.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStartPre=/usr/local/bin/quimby-setup quimby
|
2019-03-09 11:12:29 +11:00
|
|
|
ExecStart=/usr/local/bin/quimby-relay --input /dev/input/event0 --output /dev/hidg0
|
2019-02-23 21:48:41 +11:00
|
|
|
ExecStop=/usr/local/bin/quimby-cleanup quimby
|
|
|
|
|