mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
12 lines
219 B
SYSTEMD
12 lines
219 B
SYSTEMD
|
[Unit]
|
||
|
Description=Service to inject keycodes without the GUI application
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=keymapper.Control
|
||
|
ExecStart=/usr/bin/key-mapper-service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
Alias=key-mapper.service
|