X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=e6b4c1bfacb939d0b041571878a8fef337e0eadf;hb=e2811d6fa5ff6de6d7346cbc7b07f999acf82427;hp=9a749918ef8dac6d895be225feb363ed8d38cfe7;hpb=aeee2322a66d63e3071b95969a6cbd8ce8dc1053;p=elogind.git diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 9a749918e..e6b4c1bfa 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -42,9 +42,13 @@ tmpfiles.d - configuration for creation, deletion and cleaning of tmpfiles + Configuration for creation, deletion and cleaning of temporary and volatile files + + /etc/tmpfiles.d/*.conf + + Description @@ -55,7 +59,7 @@ /var/run or /tmp). Each configuration file is named in the style of - /etc/tmpfiles.d/<program>.conf + /etc/tmpfiles.d/<program>.conf. @@ -65,70 +69,70 @@ containing action, mode, ownership and age fields: - type path mode uid gid age + Type Path Mode UID GID Age d /var/run/user 0755 root root 10d - mode - - The file access mode to use for this - file or directory. If ommited or when set to - - the default is used: 0755 for directories, - 0644 for files. - - - - uid, gid - - The user and group to use for this file - or directory. This may either be a numeric - user/group ID or a user or group name. If - ommited or when set to - the default 0 is - used. - - - - type + Type f - create a file if it doesn't exist yet + Create a file if it doesn't exist yet F - create or truncate a file + Create or truncate a file d - create a directory if it doesn't exist yet + Create a directory if it doesn't exist yet D - create or empty a directory + Create or empty a directory x - ignore a path + Ignore a path r - remove a path + Remove a path R - recursively remove a path + Recursively remove a path - age + Mode + + The file access mode to use for this + file or directory. If omitted or when set to - + the default is used: 0755 for directories, + 0644 for files. + + + + UID, GID + + The user and group to use for this file + or directory. This may either be a numeric + user/group ID or a user or group name. If + omitted or when set to - the default 0 is + used. + + + + Age The date field, when set, is used to decide what files to delete when cleaning. If a file or directory is older than the current @@ -151,7 +155,7 @@ d /var/run/user 0755 root root 10d If multiple integers and units are specified the time values are summed up. - The age field only applies to lines starting with d, D and x. If ommited or set to - no automatic clean-up is done. + The age field only applies to lines starting with d, D and x. If omitted or set to - no automatic clean-up is done.