# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-06-01 06:29+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYSTEMD-TMPFILES" msgstr "" #. type: TH #: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "systemd 255" msgstr "" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "systemd-tmpfiles" msgstr "" #. ----------------------------------------------------------------- #. * MAIN CONTENT STARTS HERE * #. ----------------------------------------------------------------- #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "systemd-tmpfiles, systemd-tmpfiles-setup.service, systemd-tmpfiles-setup-dev-" "early.service, systemd-tmpfiles-setup-dev.service, systemd-tmpfiles-clean." "service, systemd-tmpfiles-clean.timer - Creates, deletes and cleans up " "volatile and temporary files and directories" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B [OPTIONS...] [I...]" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "System units:" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "" "systemd-tmpfiles-setup\\&.service\n" "systemd-tmpfiles-setup-dev-early\\&.service\n" "systemd-tmpfiles-setup-dev\\&.service\n" "systemd-tmpfiles-clean\\&.service\n" "systemd-tmpfiles-clean\\&.timer\n" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "User units:" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "" "systemd-tmpfiles-setup\\&.service\n" "systemd-tmpfiles-clean\\&.service\n" "systemd-tmpfiles-clean\\&.timer\n" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "B creates, deletes, and cleans up volatile and temporary " "files and directories, using the configuration file format and location " "specified in B(5)\\&. It must be invoked with one or more " "options B<--create>, B<--remove>, and B<--clean>, to select the respective " "subset of operations\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "By default, directives from all configuration files are applied\\&. When " "invoked with B<--replace=>I, arguments specified on the command line " "are used instead of the configuration file I\\&. Otherwise, if one or " "more absolute filenames are passed on the command line, only the directives " "in these files are applied\\&. If \"-\" is specified instead of a filename, " "directives are read from standard input\\&. If only the basename of a " "configuration file is specified, all configuration directories as specified " "in B(5) are searched for a matching file and the file found " "that has the highest priority is executed\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "System services (systemd-tmpfiles-setup\\&.service, systemd-tmpfiles-setup-" "dev-early\\&.service, systemd-tmpfiles-setup-dev\\&.service, systemd-" "tmpfiles-clean\\&.service) invoke B to create system files " "and to perform system wide cleanup\\&. Those services read administrator-" "controlled configuration files in tmpfiles\\&.d/ directories\\&. User " "services (systemd-tmpfiles-setup\\&.service, systemd-tmpfiles-clean\\&." "service) also invoke B, but it reads a separate set of " "files, which includes user-controlled files under ~/\\&.config/user-" "tmpfiles\\&.d/ and ~/\\&.local/share/user-tmpfiles\\&.d/, and administrator-" "controlled files under /usr/share/user-tmpfiles\\&.d/\\&. Users may use this " "to create and clean up files under their control, but the system instance " "performs global cleanup and is not influenced by user configuration\\&. Note " "that this means a time-based cleanup configured in the system instance, such " "as the one typically configured for /tmp/, will thus also affect files " "created by the user instance if they are placed in /tmp/, even if the user " "instance\\*(Aqs time-based cleanup is turned off\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "To re-apply settings after configuration has been modified, simply restart " "systemd-tmpfiles-clean\\&.service, which will apply any settings which can " "be safely executed at runtime\\&. To debug B, it may be " "useful to invoke it directly from the command line with increased log level " "(see I<$SYSTEMD_LOG_LEVEL> below)\\&." msgstr "" #. type: SH #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "The following options are understood:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--create>" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "If this option is passed, all files and directories marked with I, I, " "I, I, I, I, I

, I, I, I, I in the configuration " "files are created or written to\\&. Files and directories marked with I, " "I, I, I, I, and I have their ownership, access mode and " "security labels set\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--clean>" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "If this option is passed, all files and directories with an age parameter " "configured will be cleaned up\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--remove>" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "If this option is passed, the contents of directories marked with I or " "I, and files or directories themselves marked with I or I are " "removed unless an exclusive or shared BSD lock is taken on them (see " "B(2))\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--user>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Execute \"user\" configuration, i\\&.e\\&. tmpfiles\\&.d files in user " "configuration directories\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 236\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--boot>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Also execute lines with an exclamation mark\\&. Lines that are not safe to " "be executed on a running system may be marked in this way\\&. B is executed in early boot with B<--boot> specified and will " "execute those lines\\&. When invoked again later, it should be called " "without B<--boot>\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 209\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--graceful>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Ignore configuration lines pertaining to unknown users or groups\\&. This " "option is intended to be used in early boot before all users or groups have " "been created\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 254\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--prefix=>I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Only apply rules with paths that start with the specified prefix\\&. This " "option can be specified multiple times\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 212\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--exclude-prefix=>I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Ignore rules with paths that start with the specified prefix\\&. This option " "can be specified multiple times\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 207\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<-E>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A shortcut for \"--exclude-prefix=/dev --exclude-prefix=/proc --exclude-" "prefix=/run --exclude-prefix=/sys\", i\\&.e\\&. exclude the hierarchies " "typically backed by virtual or memory file systems\\&. This is useful in " "combination with B<--root=>, if the specified directory tree contains an OS " "tree without these virtual/memory file systems mounted in, as it is " "typically not desirable to create any files and directories below these " "subdirectories if they are supposed to be overmounted during runtime\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 247\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--root=>I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Takes a directory path as an argument\\&. All paths will be prefixed with " "the given alternate I path, including config search paths\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When this option is used, the libc Name Service Switch (NSS) is bypassed for " "resolving users and groups\\&. Instead the files /etc/passwd and /etc/group " "inside the alternate root are read directly\\&. This means that users/groups " "not listed in these files will not be resolved, i\\&.e\\&. LDAP NIS and " "other complex databases are not considered\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Consider combining this with B<-E> to ensure the invocation does not create " "files or directories below mount points in the OS image operated on that are " "typically overmounted during runtime\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--image=>I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Takes a path to a disk image file or block device node\\&. If specified all " "operations are applied to file system in the indicated disk image\\&. This " "is similar to B<--root=> but operates on file systems stored in disk images " "or block devices\\&. The disk image should either contain just a file system " "or a set of file systems within a GPT partition table, following the " "\\m[blue]B\\m[]\\&\\s-2\\u[1]\\d\\s+2\\&. For further information on " "supported disk images, see B(1)\\*(Aqs switch of the same " "name\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Implies B<-E>\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--image-policy=>I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Takes an image policy string as argument, as per B(7)\\&. The policy is enforced when operating on the disk image " "specified via B<--image=>, see above\\&. If not specified defaults to the " "\"*\" policy, i\\&.e\\&. all recognized file systems in the image are " "used\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--replace=>I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When this option is given, one or more positional arguments must be " "specified\\&. All configuration files found in the directories listed in " "B(5) will be read, and the configuration given on the command " "line will be handled instead of and with the same priority as the " "configuration file I\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This option is intended to be used when package installation scripts are " "running and files belonging to that package are not yet available on disk, " "so their contents must be given on the command line, but the admin " "configuration might already exist and should be given higher priority\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 238\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--cat-config>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Copy the contents of config files to standard output\\&. Before each file, " "the filename is printed as a comment\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "B<--tldr>" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "" "Copy the contents of config files to standard output\\&. Only the " "\"interesting\" parts of the configuration files are printed, comments and " "empty lines are skipped\\&. Before each file, the filename is printed as a " "comment\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--no-pager>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Do not pipe output into a pager\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<-h>, B<--help>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Print a short help text and exit\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--version>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Print a short version string and exit\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "It is possible to combine B<--create>, B<--clean>, and B<--remove> in one " "invocation (in which case removal and cleanup are executed before creation " "of new files)\\&. For example, during boot the following command line is " "executed to ensure that all temporary and volatile directories are removed " "and created according to the configuration file:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "systemd-tmpfiles --remove --create\n" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "CREDENTIALS" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B supports the service credentials logic as implemented by " "I/I/I (see B(5) for details)\\&. The following credentials are used when passed in:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The contents of this credential may contain additional lines to operate " "on\\&. The credential contents should follow the same format as any other " "tmpfiles\\&.d/ drop-in configuration file\\&. If this credential is passed " "it is processed after all of the drop-in files read from the file system\\&. " "The lines in the credential can hence augment existing lines of the OS, but " "not override them\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 252\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that by default the systemd-tmpfiles-setup\\&.service unit file (and " "related unit files) is set up to inherit the \"tmpfiles\\&.extra\" " "credential from the service manager\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ENVIRONMENT" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LOG_LEVEL>" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "The maximum log level of emitted messages (messages with a higher log level, " "i\\&.e\\&. less important ones, will be suppressed)\\&. Either one of (in " "order of decreasing importance) B, B, B, B, " "B, B, B, B, or an integer in the range " "0\\&...7\\&. See B(3) for more information\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LOG_COLOR>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A boolean\\&. If true, messages written to the tty will be colored according " "to priority\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This setting is only useful when messages are written directly to the " "terminal, because B(1) and other tools that display logs will " "color messages based on the log level on their own\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LOG_TIME>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A boolean\\&. If true, console log messages will be prefixed with a " "timestamp\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This setting is only useful when messages are written directly to the " "terminal or a file, because B(1) and other tools that display " "logs will attach timestamps based on the entry metadata on their own\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LOG_LOCATION>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A boolean\\&. If true, messages will be prefixed with a filename and line " "number in the source code where the message originates\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that the log location is often attached as metadata to journal entries " "anyway\\&. Including it directly in the message text can nevertheless be " "convenient when debugging programs\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LOG_TARGET>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The destination for log messages\\&. One of B (log to the attached " "tty), B (log to the attached tty but with prefixes " "encoding the log level and \"facility\", see B(3), B (log to " "the kernel circular log buffer), B (log to the journal), B (log to the journal if available, and to kmsg otherwise), B " "(determine the appropriate log target automatically, the default), B " "(disable log output)\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_PAGER>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Pager to use when B<--no-pager> is not given; overrides I<$PAGER>\\&. If " "neither I<$SYSTEMD_PAGER> nor I<$PAGER> are set, a set of well-known pager " "implementations are tried in turn, including B(1) and B(1), " "until one is found\\&. If no pager implementation is discovered no pager is " "invoked\\&. Setting this environment variable to an empty string or the " "value \"cat\" is equivalent to passing B<--no-pager>\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note: if I<$SYSTEMD_PAGERSECURE> is not set, I<$SYSTEMD_PAGER> (as well as " "I<$PAGER>) will be silently ignored\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LESS>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Override the options passed to B (by default \"FRSXMK\")\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Users might want to change two options in particular:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This option instructs the pager to exit immediately when Ctrl+C is " "pressed\\&. To allow B to handle Ctrl+C itself to switch back to the " "pager command prompt, unset this option\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If the value of I<$SYSTEMD_LESS> does not include \"K\", and the pager that " "is invoked is B, Ctrl+C will be ignored by the executable, and needs " "to be handled by the pager\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This option instructs the pager to not send termcap initialization and " "deinitialization strings to the terminal\\&. It is set by default to allow " "command output to remain visible in the terminal even after the pager " "exits\\&. Nevertheless, this prevents some pager functionality from working, " "in particular paged output cannot be scrolled with the mouse\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Note that setting the regular I<$LESS> environment variable has no effect " "for B invocations by systemd tools\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "See B(1) for more discussion\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_LESSCHARSET>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Override the charset passed to B (by default \"utf-8\", if the " "invoking terminal is determined to be UTF-8 compatible)\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Note that setting the regular I<$LESSCHARSET> environment variable has no " "effect for B invocations by systemd tools\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_PAGERSECURE>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Takes a boolean argument\\&. When true, the \"secure\" mode of the pager is " "enabled; if false, disabled\\&. If I<$SYSTEMD_PAGERSECURE> is not set at " "all, secure mode is enabled if the effective UID is not the same as the " "owner of the login session, see B(2) and " "B(3)\\&. In secure mode, B will be set " "when invoking the pager, and the pager shall disable commands that open or " "create new files or start new subprocesses\\&. When I<$SYSTEMD_PAGERSECURE> " "is not set at all, pagers which are not known to implement secure mode will " "not be used\\&. (Currently only B(1) implements secure mode\\&.)" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note: when commands are invoked with elevated privileges, for example under " "B(8) or B(1), care must be taken to ensure that unintended " "interactive features are not enabled\\&. \"Secure\" mode for the pager may " "be enabled automatically as describe above\\&. Setting " "I or not removing it from the inherited environment " "allows the user to invoke arbitrary commands\\&. Note that if the " "I<$SYSTEMD_PAGER> or I<$PAGER> variables are to be honoured, " "I<$SYSTEMD_PAGERSECURE> must be set too\\&. It might be reasonable to " "completely disable the pager using B<--no-pager> instead\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_COLORS>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Takes a boolean argument\\&. When true, B and related utilities " "will use colors in their output, otherwise the output will be monochrome\\&. " "Additionally, the variable can take one of the following special values: " "\"16\", \"256\" to restrict the use of colors to the base 16 or 256 ANSI " "colors, respectively\\&. This can be specified to override the automatic " "decision based on I<$TERM> and what the console is connected to\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<$SYSTEMD_URLIFY>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The value must be a boolean\\&. Controls whether clickable links should be " "generated in the output for terminal emulators supporting this\\&. This can " "be specified to override the decision that B makes based on " "I<$TERM> and other conditions\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "UNPRIVILEGED --CLEANUP OPERATION" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B tries to avoid changing the access and modification " "times on the directories it accesses, which requires B " "privileges\\&. When running as non-root, directories which are checked for " "files to clean up will have their access time bumped, which might prevent " "their cleanup\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "EXIT STATUS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, 0 is returned\\&. If the configuration was syntactically invalid " "(syntax errors, missing arguments, \\&...), so some lines had to be ignored, " "but no other errors occurred, B<65> is returned (B from /usr/" "include/sysexits\\&.h)\\&. If the configuration was syntactically valid, but " "could not be executed (lack of permissions, creation of files in missing " "directories, invalid contents when writing to /sys/ values, \\&...), B<73> " "is returned (B from /usr/include/sysexits\\&.h)\\&. Otherwise, " "B<1> is returned (B from /usr/include/stdlib\\&.h)\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note: when creating items, if the target already exists, but is of the wrong " "type or otherwise does not match the requested state, and forced operation " "has not been requested with \"+\", a message is emitted, but the failure is " "otherwise ignored\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(1), B(5)" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "" #. type: IP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " 1." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Discoverable Partitions Specification" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "\\%https://uapi-group.org/specifications/specs/" "discoverable_partitions_specification" msgstr "" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "systemd 254" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B supports the service credentials logic as implemented by " "I/I/I (see B(1) for details)\\&. The following credentials are used when passed in:" msgstr "" #. type: TH #: debian-unstable fedora-rawhide #, no-wrap msgid "systemd 256~rc3" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "systemd-tmpfiles, systemd-tmpfiles-setup.service, systemd-tmpfiles-setup-dev-" "early.service, systemd-tmpfiles-setup-dev.service, systemd-tmpfiles-clean." "service, systemd-tmpfiles-clean.timer - Create, delete, and clean up files " "and directories" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "systemd-tmpfiles-setup\\&.service" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "systemd-tmpfiles-setup-dev-early\\&.service" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "systemd-tmpfiles-setup-dev\\&.service" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "systemd-tmpfiles-clean\\&.service" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "systemd-tmpfiles-clean\\&.timer" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "B creates, deletes, and cleans up volatile and temporary " "files and directories, using the configuration file format and location " "specified in B(5)\\&. It must be invoked with one or more " "commands B<--create>, B<--remove>, and B<--clean>, to select the respective " "subset of operations\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "If invoked with no arguments, directives from the configuration files found " "in the directories specified by B(5)\\&. When invoked with " "positional arguments, if option B<--replace=>I is specified, arguments " "specified on the command line are used instead of the configuration file " "I\\&. Otherwise, just the configuration specified by the command line " "arguments is executed\\&. If the string \"-\" is specified instead of a " "filename, the configuration is read from standard input\\&. If the argument " "is a file name (without any slashes), all configuration directories are " "searched for a matching file and the file found that has the highest " "priority is executed\\&. If the argument is a path, that file is used " "directly without searching the configuration directories for any other " "matching file\\&." msgstr "" #. type: SH #: debian-unstable fedora-rawhide #, no-wrap msgid "COMMANDS AND OPTIONS" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "The following commands are understood:" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "If this command is passed, all files and directories marked with I, I, " "I, I, I, I, I

, I, I, I, I in the configuration " "files are created or written to\\&. Files and directories marked with I, " "I, I, I, I, and I have their ownership, access mode and " "security labels set\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "If this command is passed, all files and directories with an age parameter " "configured will be cleaned up\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "If this command is passed, the contents of directories marked with I or " "I, and files or directories themselves marked with I or I are " "removed unless an exclusive or shared BSD lock is taken on them (see " "B(2))\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "B<--purge>" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "If this option is passed, all files and directories created by a tmpfiles\\&." "d/ entry will be deleted\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "Added in version 256\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "B<--dry-run>" msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "Process the configuration and print what operations would be performed, but " "don\\*(Aqt actually change anything in the file system\\&." msgstr "" #. type: Plain text #: debian-unstable fedora-rawhide msgid "" "The maximum log level of emitted messages (messages with a higher log level, " "i\\&.e\\&. less important ones, will be suppressed)\\&. Takes a comma-" "separated list of values\\&. A value may be either one of (in order of " "decreasing importance) B, B, B, B, B, " "B, B, B, or an integer in the range 0\\&...7\\&. See " "B(3) for more information\\&. Each value may optionally be prefixed " "with one of B, B, B or B followed by a colon " "to set the maximum log level for that specific log target (e\\&.g\\&. " "B specifies to log at debug level " "except when logging to the console which should be at info level)\\&. Note " "that the global maximum log level takes priority over any per target maximum " "log levels\\&." msgstr ""