chiark / gitweb /
tmpfiles: Don't clean /var/lock/subsys; it is not aged content
authorBill Nottingham <notting@redhat.com>
Mon, 25 Oct 2010 21:25:51 +0000 (23:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Oct 2010 21:25:51 +0000 (23:25 +0200)
It will get 'cleaned' on boot due to being tmpfs anyway.

tmpfiles.d/systemd.conf

index f43a574d0985b22b34495ff7325d84b3fda26f9c..f73ab906d3bfe2ce19d75d82f0f497dd18c29bcd 100644 (file)
@@ -5,7 +5,7 @@
 #  the Free Software Foundation; either version 2 of the License, or
 #  (at your option) any later version.
 
 #  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 -
 d /var/run/user 0755 root root 10d
 F /var/run/utmp 0664 root utmp -
 f /var/log/wtmp 0664 root utmp -