-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider replace systemd with libuv? #419
Comments
There is no particular reason and if I remember correctly, weston also uses systemd, which was one of the reasons.
Yes, it would be great if your PR could reduce the dependencies on the necessary binaries. |
Alright, I'm working on it. I'll assume libuv is only required if systemd is not exist. Please let me know if you need something |
Thank you.
Nothing comes to mind. Currently, libsystemd is only used for DRM backend and poll libinput. |
Friendly reminder to update your Wiki. Unfortunately, we can't pull request (or at least propose a modification) for the Wiki on GitHub. |
Done. |
Before I'm working on the PR, I need to know why not use libuv to poll libinput with event loop? Using systemd on most embedded system is like driving a bus to a picnic site where the only passenger is spouse and the rest seats are left empty. In our case, we included around 25 systemd binaries with some unrelated services including systemd-machined, but we only need sd-event. This is a huge resource waste for embedded system. If you think it's okay to replace systemd with libuv, I'm going to continue finish the PR. Thanks!
The text was updated successfully, but these errors were encountered: