diff options
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 10 | ||||
-rw-r--r-- | tmpfiles.d/x11.conf | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf new file mode 100644 index 0000000000..ee326f0826 --- /dev/null +++ b/tmpfiles.d/systemd.conf @@ -0,0 +1,10 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +d /var/lock/subsys 0755 root root +d /var/run/user 0755 root root +f /var/run/utmp 0664 root utmp diff --git a/tmpfiles.d/x11.conf b/tmpfiles.d/x11.conf new file mode 100644 index 0000000000..d23c052de2 --- /dev/null +++ b/tmpfiles.d/x11.conf @@ -0,0 +1,9 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +d /tmp/.X11-unix 1777 root root +d /tmp/.ICE-unix 1777 root root |