diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-20 09:05:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-20 09:05:50 +0200 |
commit | 24f3a374b9588a6e409ba58b40bdd684050decf3 (patch) | |
tree | 7088748344894d6371227b8a8069c57894b0eac6 /tmpfiles.d | |
parent | e23637b64920309466481203285c8bf0d902eee3 (diff) |
tmpfiles: exclude the first level directories in /run/user from automatic clean up
It's logind's job to maintain those user dirs, so avoid automatic clean
up for them. However, we do cover everything within them.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 28362e86bc..d415f68409 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -7,7 +7,7 @@ # See tmpfiles.d(5) for details -d /run/user 0755 root root 10d +d /run/user 0755 root root ~10d F /run/utmp 0664 root utmp - f /var/log/wtmp 0664 root utmp - |