You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
input-remapper/data/key-mapper.service

12 lines
219 B
INI

[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