Re: [systemd-devel] type=notify not working as intended

2017-08-17 Thread Jouke Witteveen
On Tue, Aug 15, 2017 at 5:59 AM, Kalpa Gunarathna wrote: > Hello all, > > I have scripted a service unit as follow. > > [Unit] > Description="A test service" > After=epmd.service epmd.socket > > [Service] > ExecStart=/home/otpuser/bin/start > Type=notify > NotifyAccess=all >

Re: [systemd-devel] Reading an "ao" signature message with the sdbus c library?

2017-08-17 Thread James Johnson
Hello, It looks like I figured out my problem, I have to use: result = sd_bus_message_enter_container(msgCall, 'a', "o"); before I try reading the array with : result = sd_bus_message_read(msgCall, "o", ); Thanks, Jimmy On Thu, Aug 17, 2017 at 1:43 PM, James Johnson

[systemd-devel] Reading an "ao" signature message with the sdbus c library?

2017-08-17 Thread James Johnson
Hello, Can someone please point me to the correct method for reading an "ao" signature dbus message using the sd_bus C api? I am trying to read all the network devices with the following call: result = sd_bus_get_property(m_bus, "org.freedesktop.NetworkManager",