2020-12-24 00:26:34 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Service to inject keycodes without the GUI application
|
2022-01-01 12:00:49 +00:00
|
|
|
# dbus is required for ipc between gui and input-remapper-control
|
2021-11-14 13:32:22 +00:00
|
|
|
Requires=dbus.service
|
|
|
|
After=dbus.service
|
2022-04-15 11:31:43 +00:00
|
|
|
RequiresMountsFor=/var/log
|
2020-12-24 00:26:34 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=dbus
|
2022-01-01 12:00:49 +00:00
|
|
|
BusName=inputremapper.Control
|
|
|
|
ExecStart=/usr/bin/input-remapper-service
|
2020-12-24 00:26:34 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
2022-01-01 12:00:49 +00:00
|
|
|
Alias=input-remapper.service
|