Re: [systemd-devel] StartLimitAction Feature

2014-03-02 Thread Usman
Thanks Lenart. Will give it a shot. ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] StartLimitAction Feature

2014-03-02 Thread Lennart Poettering
On Sun, 02.03.14 18:00, Usman ([email protected]) wrote: > So actually i want to listen on dbus and somehow get a message when an > application has restarted N number of times within time T and will not > be started anymore. How do I differentiate this case from normal > application Release messa

Re: [systemd-devel] StartLimitAction Feature

2014-03-02 Thread Usman
So actually i want to listen on dbus and somehow get a message when an application has restarted N number of times within time T and will not be started anymore. How do I differentiate this case from normal application Release message that I do get each time it restarts? ___

Re: [systemd-devel] StartLimitAction Feature

2014-03-02 Thread Lennart Poettering
On Fri, 28.02.14 09:15, Usman ([email protected]) wrote: > Thanks Lennart. Just a follow up question, can we get the "result" > from the Agent Released message on the dbus somehow? Or which message > should I be listening on dbus for this? Sorry, for which message? I don't follow? Why would you

Re: [systemd-devel] StartLimitAction Feature

2014-02-28 Thread Usman
Thanks Lennart. Just a follow up question, can we get the "result" from the Agent Released message on the dbus somehow? Or which message should I be listening on dbus for this? On Thursday, February 27, 2014 5:14 PM, Lennart Poettering wrote: On Wed, 26.02.14 11:59, Usman ([email protected]

Re: [systemd-devel] StartLimitAction Feature

2014-02-27 Thread Lennart Poettering
On Wed, 26.02.14 11:59, Usman ([email protected]) wrote: > Hi Guys, > > > > I am getting started with systemd and am looking for a particular > answer. I know the config option "StartLimitAction=" will have a > pre-set option to choose from. It either restarts the box or so. But I > want to do

[systemd-devel] StartLimitAction Feature

2014-02-26 Thread Usman
Hi Guys, I am getting started with systemd and am looking for a particular answer. I know the config option "StartLimitAction=" will have a pre-set option to choose from. It either restarts the box or so. But I want to do something else as well. For example I want to execute a script when rat