Re: [systemd-devel] [PATCH] systemd restart patch

2011-07-04 Thread Cristian Patrascu
=== --- systemd-29.orig/src/service.h2011-07-04 16:19:37.0 +0300 +++ systemd-29/src/service.h2011-07-04 17:07:09.975651196 +0300 @@ -92,6 +92,9 @@ ServiceType type; ServiceRestart restart; +unsigned restart_retries; +uns

[systemd-devel] [PATCH] systemd restart patch

2011-07-01 Thread Cristian Patrascu
On 02/08/2011 12:34 PM, Lennart Poettering wrote: On Mon, 07.02.11 10:01, Cristian Patrascu (cristian.patra...@windriver.com) wrote: On 02/03/2011 11:19 PM, Michael Biebl wrote: 2011/2/3 Tomasz Torcz: On Thu, Feb 03, 2011 at 09:35:55PM +0100, Michael Biebl wrote: ExecStartOnFailure=/some

Re: [systemd-devel] systemd restart patch

2011-06-23 Thread Cristian Patrascu
On 02/08/2011 12:34 PM, Lennart Poettering wrote: On Mon, 07.02.11 10:01, Cristian Patrascu (cristian.patra...@windriver.com) wrote: On 02/03/2011 11:19 PM, Michael Biebl wrote: 2011/2/3 Tomasz Torcz: On Thu, Feb 03, 2011 at 09:35:55PM +0100, Michael Biebl wrote: ExecStartOnFailure=/some

[systemd-devel] Limiting resources

2011-02-22 Thread Cristian Patrascu
ot; from a .service configuration file? Thanks in advance, Cristian Patrascu Wind River ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] systemd restart patch

2011-02-08 Thread Cristian Patrascu
On 02/08/2011 12:34 PM, Lennart Poettering wrote: On Mon, 07.02.11 10:01, Cristian Patrascu (cristian.patra...@windriver.com) wrote: On 02/03/2011 11:19 PM, Michael Biebl wrote: 2011/2/3 Tomasz Torcz: On Thu, Feb 03, 2011 at 09:35:55PM +0100, Michael Biebl wrote: ExecStartOnFailure=/some

Re: [systemd-devel] systemd restart patch

2011-02-07 Thread Cristian Patrascu
described with regard to Restart=on-failure? Michael On 02/03/2011 10:35 PM, Michael Biebl wrote: ExecStartOnFailure=/some/cmd (send an email or what not) If Restart=on-failure is not set, this command is executed when the starting the service has failed. 2011/2/3 Cristian Patrascu : - RestartRet

[systemd-devel] systemd restart patch

2011-02-03 Thread Cristian Patrascu
executing; - when post-auto-restart command ends execution, the service enters *dead* state. We would appreciate if you can add this patch in your development tree. Currently this patch is made for systemd-16. If you agree we will send you the patch after following an IP review in our compa