diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-04-14 16:12:12 +0200 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-04-14 16:12:12 +0200 |
commit | 57a1164fecd9f7de3f3d2578322ad748cd388a6d (patch) | |
tree | 0b1b94f0b6e43b32a5cd89f4435eac2ec7f1abf8 | |
parent | 895aa07eea96f718f57aa3157c51b0a4c3ef32d4 (diff) |
Fix tmpfiles cleanup
-rw-r--r-- | base/tmpfiles.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tmpfiles.conf b/base/tmpfiles.conf index 51cde1d..59dfc75 100644 --- a/base/tmpfiles.conf +++ b/base/tmpfiles.conf @@ -1,2 +1,2 @@ -d %h/Downloads 0700 - - 30d -d %h/Screenshots 0700 - - 30d +d %h/Downloads 0700 - - bmBM:30d +d %h/Screenshots 0700 - - bmBM:30d |