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/input-remapper.service

15 lines
338 B
INI

[Unit]
Description=Service to inject keycodes without the GUI application
# dbus is required for ipc between gui and input-remapper-control
Requires=dbus.service
After=dbus.service
[Service]
Type=dbus
BusName=inputremapper.Control
ExecStart=/usr/bin/input-remapper-service
[Install]
WantedBy=default.target
Alias=input-remapper.service