]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles.d: Remove purge flag from lines that don't support it
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 17 Sep 2024 19:46:04 +0000 (21:46 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 17 Sep 2024 21:02:01 +0000 (23:02 +0200)
Fixes db15657dfb8100c3c6cd8cf60fa68521e019d47a

tmpfiles.d/systemd-nspawn.conf
tmpfiles.d/systemd-tmp.conf

index 6549ea41018ab1bf2a9782f1c735c638bb124eac..78bd1c670e0fe8686237ff535a4dea0016931629 100644 (file)
@@ -19,5 +19,5 @@ Q /var/lib/machines 0700 - - -
 # systemd-nspawn --ephemeral places snapshots) we are more strict, to
 # avoid removing unrelated temporary files.
 
-R!$ /var/lib/machines/.#*
-R!$ /.#machine.*
+R! /var/lib/machines/.#*
+R! /.#machine.*
index 093830586c1f40936c5c48b39af90e0356826970..d47d468fba86ba0ef22031563903d291bc9167ff 100644 (file)
@@ -14,10 +14,10 @@ x /var/tmp/systemd-private-%b-*
 X /var/tmp/systemd-private-%b-*/tmp
 
 # Remove top-level private temporary directories on each boot
-R!$ /tmp/systemd-private-*
-R!$ /var/tmp/systemd-private-*
+R! /tmp/systemd-private-*
+R! /var/tmp/systemd-private-*
 
 # Handle lost systemd-coredump temp files. They could be lost on old filesystems,
 # for example, after hard reboot.
 x  /var/lib/systemd/coredump/.#core*.%b*
-r!$ /var/lib/systemd/coredump/.#*
+r! /var/lib/systemd/coredump/.#*