mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-13 19:10:50 +00:00
2c5a4d71f2
If anyone mounts `/var` from a separate filesystem, this will ensure that `/var/log/input-remapper-control` is not written before `/var`/ is mounted.
16 lines
365 B
Desktop File
16 lines
365 B
Desktop File
[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
|
|
RequiresMountsFor=/var/log
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=inputremapper.Control
|
|
ExecStart=/usr/bin/input-remapper-service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
Alias=input-remapper.service
|