diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-25 23:25:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-25 23:25:51 +0200 |
commit | 4d91b19eb62d6aa1b8da0699a4664dc97760a4f4 (patch) | |
tree | 3d7eab8ead3f3a1045a22a773bf0e444e25d9f17 | |
parent | f448d9e7c4b7396881b7b9e941f18d4493060819 (diff) |
tmpfiles: Don't clean /var/lock/subsys; it is not aged content
It will get 'cleaned' on boot due to being tmpfs anyway.
-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 f43a574d09..f73ab906d3 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -d /var/lock/subsys 0755 root root 10d +d /var/lock/subsys 0755 root root - d /var/run/user 0755 root root 10d F /var/run/utmp 0664 root utmp - f /var/log/wtmp 0664 root utmp - |