X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-tmpfiles.xml;h=f58913d0c2e146392b4e168de650bb46c5f835d0;hp=986a442ebbfa175ec7edc4df130d9f60fdaf1e84;hb=3ab1e259d918228c68c1829bd67625e1dc660862;hpb=522d4a495af3a615526fccdf038d2d68f41a73c8 diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 986a442eb..f58913d0c 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -8,16 +8,16 @@ Copyright 2010 Lennart Poettering 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 + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -58,7 +58,7 @@ Description systemd-tmpfiles creates, - deletes and cleans up volatile ad temporary files and + deletes and cleans up volatile and temporary files and directories, based on the configuration from /etc/tmpfiles.d/. See tmpfiles.d5 @@ -84,7 +84,9 @@ If this option is passed all files and directories marked with f, F, d, D in the configuration files are - created. + created. Files and directories marked with z, + Z have their ownership, access mode and security + labels set. @@ -124,10 +126,10 @@ and in one invocation. For example, during boot the following command line is executed to ensure that all temporary and volatile - directores are removed and created according to the + directories are removed and created according to the configuration file: - systemctl-tmpfiles --remove --create + systemd-tmpfiles --remove --create