Re: [systemd-devel] StartLimitBurst/StartLimitInterval not getting enforced

2019-03-15 Thread Lennart Poettering
On Mi, 06.03.19 12:59, prashantkumar dhotre (prashantkumardho...@gmail.com) wrote: > But the doc says > https://www.freedesktop.org/software/systemd/man/systemd.unit.html > " however, they apply to all kinds of starts (including manual), not just > those triggered by theRestart= logic" > so a spe

Re: [systemd-devel] StartLimitBurst/StartLimitInterval not getting enforced

2019-03-06 Thread prashantkumar dhotre
Follow up On Wed, Mar 6, 2019 at 12:59 PM prashantkumar dhotre < prashantkumardho...@gmail.com> wrote: > But the doc says > https://www.freedesktop.org/software/systemd/man/systemd.unit.html > " however, they apply to all kinds of starts (including manual), not just > those triggered by theRestar

Re: [systemd-devel] StartLimitBurst/StartLimitInterval not getting enforced

2019-03-05 Thread prashantkumar dhotre
But the doc says https://www.freedesktop.org/software/systemd/man/systemd.unit.html " however, they apply to all kinds of starts (including manual), not just those triggered by theRestart= logic" so a sper doc , they apply to manual start/stop too. On Wed, Mar 6, 2019 at 12:53 PM Bruno Vernay wro

Re: [systemd-devel] StartLimitBurst/StartLimitInterval not getting enforced

2019-03-05 Thread Bruno Vernay
Hi, I would say that they limit restarts on errors (process crashes) Not an explicit command to stop and restart. There are no errors here. Bruno On Wed, Mar 6, 2019 at 8:02 AM prashantkumar dhotre < prashantkumardho...@gmail.com> wrote: > Hi, > I use v230 systemd. > I see that even after repeat

[systemd-devel] StartLimitBurst/StartLimitInterval not getting enforced

2019-03-05 Thread prashantkumar dhotre
Hi, I use v230 systemd. I see that even after repeated stop and start of my service, i dont see it going to going to failed state. I have not configured any StartLimitBurst/StartLimitInterval , so default values should take effect but I dont se ethat happening. service always restarts. Is this beh