File: input-remapper.service

package info (click to toggle)
input-remapper 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,852 kB
  • sloc: python: 27,277; sh: 191; xml: 33; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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