quimby/systemd/system/quimby.service

14 lines
384 B
SYSTEMD
Raw Normal View History

2019-02-23 21:48:41 +11:00
[Unit]
Description=Quimby Input Forwarder
Requires=bluetooth.service
[Service]
Type=simple
2019-03-09 14:58:15 +11:00
#After=bluetooth.service
2019-02-23 21:48:41 +11:00
ExecStartPre=/usr/local/bin/quimby-setup quimby
2019-03-09 14:58:15 +11:00
ExecStart=/usr/local/bin/quimby-relay --input /dev/input/event0 --input /dev/input/event1 --keyboard /dev/hidg0 --consumer /dev/hidg2
2019-02-23 21:48:41 +11:00
ExecStop=/usr/local/bin/quimby-cleanup quimby
2019-03-09 14:58:15 +11:00
#[Install]
#WantedBy=bluetooth.target