From: Bill Nottingham Date: Mon, 25 Oct 2010 21:25:51 +0000 (+0200) Subject: tmpfiles: Don't clean /var/lock/subsys; it is not aged content X-Git-Tag: v12~162 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4d91b19eb62d6aa1b8da0699a4664dc97760a4f4;ds=sidebyside tmpfiles: Don't clean /var/lock/subsys; it is not aged content It will get 'cleaned' on boot due to being tmpfs anyway. --- diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index f43a574d0..f73ab906d 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 -