mirror of
https://github.com/containers/podman.git
synced 2026-09-15 07:10:50 -04:00
Do not set RemainAfterExit=yes by default when converting Quadlet .volume files to systemd oneshot services. Setting RemainAfterExit=yes causes systemd to consider the volume service active even after the volume is deleted manually, preventing systemd from re-executing volume creation when dependent container services restart. Fixes #27862 Signed-off-by: Sachin Mahajan <sachinmahajan903@gmail.com>