Re: [systemd-devel] changed property value in signal

2015-10-08 Thread Pradeepa Kumar
Thanks for reply. I am writing a monitoring application to start, stop and monitor service state. I am looking for way to know when service stoppped or failed so that i can take some action in my monitoring app. I am listening to PropertiesChanged signal and query ActiveState. This does not

Re: [systemd-devel] changed property value in signal

2015-07-03 Thread Lennart Poettering
On Thu, 02.07.15 10:18, Pradeepa Kumar (cdprade...@gmail.com) wrote: hi I am new to systemd. I am using systemd 208, libdbus-1-3_1.4.18-1ubuntu1.4_i386.deb I am to monitor unit stop/failure in my application . So I am subscribing to propertiesChanged signal and paring SubState. The

Re: [systemd-devel] changed property value in signal

2015-07-03 Thread Lennart Poettering
On Fri, 03.07.15 15:12, Pradeepa Kumar (cdprade...@gmail.com) wrote: On Fri, Jul 3, 2015 at 2:12 PM, Lennart Poettering lenn...@poettering.net wrote: On Thu, 02.07.15 10:18, Pradeepa Kumar (cdprade...@gmail.com) wrote: hi I am new to systemd. I am using systemd 208,

Re: [systemd-devel] changed property value in signal

2015-07-03 Thread Pradeepa Kumar
please see my response inline On Fri, Jul 3, 2015 at 2:12 PM, Lennart Poettering lenn...@poettering.net wrote: On Thu, 02.07.15 10:18, Pradeepa Kumar (cdprade...@gmail.com) wrote: hi I am new to systemd. I am using systemd 208, libdbus-1-3_1.4.18-1ubuntu1.4_i386.deb I am to monitor

Re: [systemd-devel] changed property value in signal

2015-07-02 Thread Pradeepa Kumar
2nd try On Jul 2, 2015 10:18 AM, Pradeepa Kumar cdprade...@gmail.com wrote: hi I am new to systemd. I am using systemd 208, libdbus-1-3_1.4.18-1ubuntu1.4_i386.deb I am to monitor unit stop/failure in my application . So I am subscribing to propertiesChanged signal and paring SubState. The

[systemd-devel] changed property value in signal

2015-07-01 Thread Pradeepa Kumar
hi I am new to systemd. I am using systemd 208, libdbus-1-3_1.4.18-1ubuntu1.4_i386.deb I am to monitor unit stop/failure in my application . So I am subscribing to propertiesChanged signal and paring SubState. The propertieschanged message contains a dictionary and invalidated list of properties.