diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-09-12 18:23:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-15 19:43:09 +0200 |
commit | db15657dfb8100c3c6cd8cf60fa68521e019d47a (patch) | |
tree | cbf9e89a27969fda9423c31cb57d70742d74de15 /NEWS | |
parent | man/bootup: rename initrd to exitrd at one more place (diff) | |
download | systemd-db15657dfb8100c3c6cd8cf60fa68521e019d47a.tar.xz systemd-db15657dfb8100c3c6cd8cf60fa68521e019d47a.zip |
tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line
Let's make the risk of accidental misuse, and mark lines that shall be
covered by --purge with an explicit new flag "$".
See: #33349
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ systemd System and Service Manager CHANGES WITH 257 in spe: + Incompatible changes: + + * The --purge switch of systemd-tmpfiles (which was added in v256) has + been reworked: it will now only apply to tmpfiles.d/ lines marked + with the new "$" flag. This is an incompatible change, and means any + tmpfiles.d/ files which shall be used together with --purge need to + be updated accordingly. This change has been made to make it harder + to accidentally delete too many files when using --purge incorrectly. + Announcements of Future Feature Removals and Incompatible Changes: * Support for automatic flushing of the nscd user/group database caches |