# /tmp/podman-run-* directory can contain content for Podman containers that have run # for many days. This following line prevents systemd from removing this content.
x /tmp/podman-run-*
D! /run/podman
X! /var/lib/cni/networks/*/last_reserved_ip*
D! /var/lib/cni/networks

Basically we want to make sure the /run/podman and /var/lib/cni/networks are cleaned up on boot.

BUT we don't want /var/lib/cni/networks/*/last_reserved_ip* to be removed.

This works but is still cleaning up last_reserved_ip.0?  What am I doing wrong?

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to