Hi. We are developing a daemon that is monitoring a system. One of its sources of information is systemd. To avoid dependency on dbus-daemon (which may fail and cripple our daemon) the daemon connects to /run/systemd/private to listen to signals emitted by systemd. However, we don't need all signals, only a few. Thus we are going to create code which will filter and dispatch signals.
We think the best place for such code is not our daemon but rather sd-bus. Our question is: would you accept the patch adding a signal filter/dispatcher for direct DBus connections? Do you have any recommendation for such functionality Kind regards, -- Łukasz Stelmach Samsung R&D Institute Poland Samsung Electronics
signature.asc
Description: PGP signature
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel