Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make podman-clean-transient.service work as user
In the user session there is no boot-complete.target so the Requires= fails. We do not need it and I am not sure if we need it for the root unit either but I deicded to keep it there to not change anything and for the user session we patch it out. I patched this in the Makefile, while we could try to define two different source files for that it would make the Makefile logic even more complicated. In particular as this file is a .in we would need to add it to PODMAN_GENERATED_UNIT_FILES and then somehow fix the loop. To much work IMO so the sed trick to patch the user file is simpler. Fixes #23790 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information