diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-07-26 00:22:37 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-07-26 00:22:37 -0400 |
commit | 91cd22c4fbbeabb4f64571511a009c572a9bb120 (patch) | |
tree | fd2fd32908500b1c6e7c3f0885a27980c75f981d /tmpfiles.conf | |
parent | 895d0944e622aac9a9446e6f727dadd07370677c (diff) |
tmpfiles.conf: fix improper creation of /var/run/utmp
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'tmpfiles.conf')
-rw-r--r-- | tmpfiles.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.conf b/tmpfiles.conf index f7db5a0..7dd1358 100644 --- a/tmpfiles.conf +++ b/tmpfiles.conf @@ -11,7 +11,7 @@ d /tmp/.XIM-unix 1777 root root d /tmp/.font-unix 1777 root root d /tmp/.Test-unix 1777 root root -f /var/run/tmp 0664 root utmp +F /var/run/utmp 0664 root utmp r /tmp/.X[0-9]-lock r /etc/nologin |