diff options
Diffstat (limited to 'templates/man8/systemd-udev-settle.service.8.pot')
-rw-r--r-- | templates/man8/systemd-udev-settle.service.8.pot | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/templates/man8/systemd-udev-settle.service.8.pot b/templates/man8/systemd-udev-settle.service.8.pot new file mode 100644 index 00000000..cea653d7 --- /dev/null +++ b/templates/man8/systemd-udev-settle.service.8.pot @@ -0,0 +1,120 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:11+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\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 +#, no-wrap +msgid "SYSTEMD-UDEV-SETTLE\\&.SERVICE" +msgstr "" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "systemd 255" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "systemd-udev-settle.service" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"systemd-udev-settle.service - Wait for all pending udev events to be handled" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "systemd-udev-settle\\&.service" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"This service calls B<udevadm settle> to wait until all events that have been " +"queued by B<udev>(7) have been processed\\&. It is a crude way to wait " +"until \"all\" hardware has been discovered\\&. Services may pull in this " +"service and order themselves after it to wait for the udev queue to be " +"empty\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"I<Using this service is not recommended\\&.> There can be no guarantee that " +"hardware is fully discovered at any specific time, because the kernel does " +"hardware detection asynchronously, and certain buses and devices take a very " +"long time to become ready, and also additional hardware may be plugged in at " +"any time\\&. Instead, services should subscribe to udev events and react to " +"any new hardware as it is discovered\\&. Services that, based on " +"configuration, expect certain devices to appear, may warn or report failure " +"after a timeout\\&. This timeout should be tailored to the hardware type\\&. " +"Waiting for systemd-udev-settle\\&.service usually slows boot significantly, " +"because it means waiting for all unrelated events too\\&." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<udev>(7), B<udevadm>(8)" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "systemd 254" +msgstr "" |