They will get 'cleaned' on boot due to being tmpfs anyway. Signed-off-by: Bill Nottingham <[email protected]> --- 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 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
