summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.pc.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-21 17:28:16 +0200
committerSven Eden <yamakuzure@gmx.net>2017-03-14 08:08:15 +0100
commitb3d7bd863e654453b899387778368e3af23a08a7 (patch)
tree06a27ad8596cf65800d16d126919e5abb94dd018 /src/libelogind/libelogind.pc.in
parentb3a7b51d00ce9dd1a4923d12d4c2a529fcf5df80 (diff)
tmpfiles: make /home and /var btrfs subvolumes by default when booted up with them missing
This way the root subvolume can be left read-only easily, and variable and user data writable with explicit quota set.
Diffstat (limited to 'src/libelogind/libelogind.pc.in')
-rw-r--r--src/libelogind/libelogind.pc.in25
1 files changed, 15 insertions, 10 deletions
diff --git a/src/libelogind/libelogind.pc.in b/src/libelogind/libelogind.pc.in
index b7e688300..814652a22 100644
--- a/src/libelogind/libelogind.pc.in
+++ b/src/libelogind/libelogind.pc.in
@@ -5,14 +5,19 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+# See tmpfiles.d(5) for details
-Name: elogind
-Description: elogind Library
-URL: @PACKAGE_URL@
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lelogind
-Cflags: -I${includedir}
+v /var 0755 - - -
+
+L /var/run - - - - ../run
+
+d /var/log 0755 - - -
+f /var/log/wtmp 0664 root utmp -
+f /var/log/btmp 0600 root utmp -
+
+d /var/cache 0755 - - -
+
+d /var/lib 0755 - - -
+v /var/lib/machines 0700 - - -
+
+d /var/spool 0755 - - -