bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
661 stars 78 forks source link

Error when enabling the service on Arch Linux #334

Closed mozo78 closed 6 months ago

mozo78 commented 6 months ago

Hello, I have an error when I enable the service: https://pastebin.com/ZFBMvKmy

I don't know if this is expexted but it doesn't seem right for me.

dvdhrm commented 6 months ago

Thanks for the report! Arch Linux applies downstream patches to dbus-broker which enable the service files statically. There is no need to use systemctl enable/disable.

mozo78 commented 6 months ago

Thank you! So, if I'm understanding correctly, just installing dbus-broker is enough?

dvdhrm commented 6 months ago

Yes.

mozo78 commented 6 months ago

Thank you!