Ygal Blum

Results 58 comments of Ygal Blum

I understand. But, keep in mind that with your suggestion of setting `ExecStartPre=/bin/sh -c '[ -f %t/%N.cid ] && /usr/bin/podman rm -f -i --cidfile=%t/%N.cid'`, the container is recreated on every...

You are correct about the `--replace` flag. So, it is mainly about what happens during `stop` (and maybe also about the `--rm` flag of the `ExecStart` command). As for how,...

@geraveoyomama Please rebase on top of main. I hope this will fix these issues

@Luap99 what if we just add something at the end of the string. Not sure what, but whatever string. Will that do the trick?

I thought the specifiers where returning an empty string. But, now I realize that no and that there is even more to it. In testing this issue, I found that...

I've opened this PR: #23029 to change the behavior. I did not mark it as resolving this issue because from what I can tell, this specific case will still not...