aboutsummaryrefslogtreecommitdiff
path: root/tmpfiles.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-01-02 10:02:18 +0100
committerTom Gundersen <teg@jklm.no>2012-01-02 10:02:18 +0100
commit96ea31d5b40a8cd02c2172451705360ace28ffd6 (patch)
treefca8d44655e3fb91f7e00081e7f5d01d718ffa68 /tmpfiles.conf
parent8862cb89e8199b0fce807d26bfe7fd6a7d0ff623 (diff)
downloadinitscripts-96ea31d5b40a8cd02c2172451705360ace28ffd6.tar.xz
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 <teg@jklm.no>
Diffstat (limited to 'tmpfiles.conf')
-rw-r--r--tmpfiles.conf16
1 files changed, 8 insertions, 8 deletions
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