Hi,
I see issue with OnFailure cfg
have a simple service which ignores sigterm and has OnFailure and Restart cfg in its service file
issue restart of that service.
expectation is that OnFailure units will not be triggered (as per doc as service is gonna restart even if it times out sigterm) but in it is observed that they are triggered
expectation is that OnFailure units will not be triggered (as per doc as service is gonna restart even if it times out sigterm) but in it is observed that they are triggered
I think https://github.com/systemd/systemd/issues/8398 is fixed only partially
Thanks