]> sourceware.org Git - lvm2.git/commit - configure
Add configure --with-tmpfilesdir and lvm2 tmpfiles.d configuration file itself.
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 22 Feb 2012 17:55:10 +0000 (17:55 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 22 Feb 2012 17:55:10 +0000 (17:55 +0000)
commit4417a8bd40a1dc35eba61ab7abb168b2ef89f472
treefdfce4161032eca4da423e599e51fb33aa161e5b
parente8eb64c878173990829f98d9fbeb6d379c4239ba
Add configure --with-tmpfilesdir and lvm2 tmpfiles.d configuration file itself.

/etc/tmpfiles.d directory holds configuration files for temporary/volatile
files and directories that should be automatically managed. For example,
if we have some parts of the fs hierarchy on tmpfs, we'd like to recreate
some files or directories on every boot so they're always prepared for use.

Systemd can read such configuration files. For now, the lock and run directory
are the ones that are most probably placed on tmpfs. If this is the case, we
can install the configuration by 'make install_tmpfiles_configuration'.
Makefile.in
WHATS_NEW
configure
configure.in
make.tmpl.in
scripts/Makefile.in
This page took 0.032488 seconds and 5 git commands to generate.