[systemd-devel] [PATCH 1/2] Don't clean /var/lock/subsys or /var/run/user; they're not aged content.

Bill Nottingham notting at redhat.com
Thu Oct 21 19:37:16 PDT 2010


They will get 'cleaned' on boot due to being tmpfs anyway.

Signed-off-by: Bill Nottingham <notting at redhat.com>
---
 tmpfiles.d/systemd.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index 07ce72a..41ff210 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -5,8 +5,8 @@
 #  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/run/user 0755 root root 10d
+d /var/lock/subsys 0755 root root -
+d /var/run/user 0755 root root -
 F /var/run/utmp 0664 root utmp -
 f /var/log/wtmp 0644 root utmp -
 
-- 
1.7.3.1



More information about the systemd-devel mailing list