From 96ea31d5b40a8cd02c2172451705360ace28ffd6 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 2 Jan 2012 10:02:18 +0100 Subject: tmpfiles.conf: add time argument to some entries This makes the entries shipped by systemd and initscripst the same. No functional change as initscripts ignore the time entries, but it silences some warnings in systemd. These particular rules should eventually be shipped upstream in xorg and not in initscripts+systemd. Signed-off-by: Tom Gundersen --- tmpfiles.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tmpfiles.conf') diff --git a/tmpfiles.conf b/tmpfiles.conf index 90deb9d..cfb788b 100644 --- a/tmpfiles.conf +++ b/tmpfiles.conf @@ -2,16 +2,16 @@ # /usr/lib/tmpfiles.d/arch.conf # -D /tmp 1777 root root -D /run/daemons 0755 root root +D /tmp 1777 root root 10d +D /run/daemons 0755 root root - -d /tmp/.X11-unix 1777 root root -d /tmp/.ICE-unix 1777 root root -d /tmp/.XIM-unix 1777 root root -d /tmp/.font-unix 1777 root root -d /tmp/.Test-unix 1777 root root +d /tmp/.X11-unix 1777 root root 10d +d /tmp/.ICE-unix 1777 root root 10d +d /tmp/.XIM-unix 1777 root root 10d +d /tmp/.font-unix 1777 root root 10d +d /tmp/.Test-unix 1777 root root 10d -F /run/utmp 0664 root utmp +F /run/utmp 0664 root utmp - r /tmp/.X[0-9]-lock r /etc/nologin -- cgit v1.2.3