mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

This adds support for the UpheldBy option in quadlet files. The UpheldBy option is the counterpart to the Upholds option added in systemd v249 and is similar to the existing WantedBy and RequiredBy options. See https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#Upholds=. Signed-off-by: John Schug <john.ips.schug@gmail.com>