1#  This file is part of systemd.
2#
3#  systemd is free software; you can redistribute it and/or modify it
4#  under the terms of the GNU Lesser General Public License as published by
5#  the Free Software Foundation; either version 2.1 of the License, or
6#  (at your option) any later version.
7
8# See tmpfiles.d(5) for details
9
10# Make sure these are created by default so that nobody else can
11# or empty them at startup
12D! /tmp/.X11-unix 1777 root root 10d
13D! /tmp/.ICE-unix 1777 root root 10d
14D! /tmp/.XIM-unix 1777 root root 10d
15D! /tmp/.font-unix 1777 root root 10d
16
17# Unlink the X11 lock files
18r! /tmp/.X[0-9]*-lock
19