chiark / gitweb /
tmpfiles: install default tmpfiles configuration
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Sep 2010 20:32:53 +0000 (22:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Sep 2010 20:32:53 +0000 (22:32 +0200)
Makefile.am
tmpfiles.d/systemd.conf [new file with mode: 0644]
tmpfiles.d/x11.conf [new file with mode: 0644]

index 44a2779f09e61ed4cbeb17d586597f04fc0b0c75..973d341ea39851e4f1f7db9930b2401a085cb051 100644 (file)
@@ -30,6 +30,7 @@ polkitpolicydir=$(datadir)/polkit-1/actions
 # Our own, non-special dirs
 pkgsysconfdir=$(sysconfdir)/systemd
 sessionunitdir=$(pkgdatadir)/session
+tmpfilesdir=$(sysconfdir)/tmpfiles.d
 
 # And these are the special ones for /
 rootdir=@rootdir@
@@ -139,6 +140,10 @@ dbusinterface_DATA = \
        org.freedesktop.systemd1.Swap.xml \
        org.freedesktop.systemd1.Path.xml
 
+dist_tmpfiles_DATA = \
+       tmpfiles.d/systemd.conf \
+       tmpfiles.d/x11.conf
+
 dist_systemunit_DATA = \
        units/emergency.service \
        units/emergency.target \
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
new file mode 100644 (file)
index 0000000..ee326f0
--- /dev/null
@@ -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 (file)
index 0000000..d23c052
--- /dev/null
@@ -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