On Mon, 15.08.16 11:05, Brad Bishop ([email protected]) wrote:
> 2 - Should I not be writing my own app - i.e. is this something
> busctl can do or makes sense to extend it to do?
busctl is a debugging tool and useful for calling methods. It's not a
good fit if you want to actively watc
On Mon, Aug 15, 2016 at 6:05 PM, Brad Bishop
wrote:
> Hi list
>
> I am developing an sd-event+sd-bus application that simply blocks until a
> property changes to a specific value using org.freedesktop.DBus.
> ObjectManager.PropertiesChanged and org.freedesktop.DBus.Properties.Get.
>
> I plan on u
Hi list
I am developing an sd-event+sd-bus application that simply blocks until a
property changes to a specific value using
org.freedesktop.DBus.ObjectManager.PropertiesChanged and
org.freedesktop.DBus.Properties.Get.
I plan on using this application from service units to express ordering
de