sezanzeb / input-remapper

🎮 ⌨ An easy to use tool to change the behaviour of your input devices.
GNU General Public License v3.0
3.95k stars 160 forks source link

"journalctl" not aviable for all OSes. #582

Open Techwolf opened 1 year ago

Techwolf commented 1 year ago

Gentoo and other distros use OpenRC and all logging is done via text files so all the cli tools will work when the system is having problems.

sezanzeb commented 1 year ago

I don't know how gentoo and openrc work.

I would suggest providing and maintaining a package in https://packages.gentoo.org/ if it isn't supported by upstream input-remapper. You could set it up to pipe the output of input-remapper-service into a log file when openrc starts it.

twigsdw commented 9 months ago

Gentoo and other distros use OpenRC and all logging is done via text files so all the cli tools will work when the system is having problems.

Did you ever get anywhere with openrc and this? Trying to get it to launch on boot without systemd. Cheers