houmain / keymapper

A cross-platform context-aware key remapper.
GNU General Public License v3.0
257 stars 21 forks source link

Fix keymapperd.service for some linux distributions #47

Closed RichardFevrier closed 1 year ago

houmain commented 1 year ago

Thanks, but then it would not work anymore, when it was installed to /usr/bin. When ExecStart does not specify the path explicitly, all common places should be searched for keymapperd. Usually the $PATH variable also contains /usr/local/bin.

RichardFevrier commented 1 year ago

Fixed @houmain

houmain commented 1 year ago

Does your systemd not search the paths in $PATH? Or why delegate to /bin/sh?