{
    "content": [
        {
            "type": "text",
            "text": "# SYSTEMD-UDEV-SETTLE.SERVICE (man)\n\n## NAME\n\nsystemd-udev-settle.service - Wait for all pending udev events to be handled\n\n## SYNOPSIS\n\nsystemd-udev-settle.service\n\n## DESCRIPTION\n\nThis service calls udevadm settle to wait until all events that have been queued by udev(7)\nhave been processed. It is a crude way to wait until \"all\" hardware has been discovered.\nServices may pull in this service and order themselves after it to wait for the udev queue to\nbe empty.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "SYSTEMD-UDEV-SETTLE.SERVICE",
        "section": "",
        "mode": "man",
        "summary": "systemd-udev-settle.service - Wait for all pending udev events to be handled",
        "synopsis": "systemd-udev-settle.service",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "udev",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/udev/7/json"
            },
            {
                "name": "udevadm",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/udevadm/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "systemd-udev-settle.service - Wait for all pending udev events to be handled\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "systemd-udev-settle.service\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This service calls udevadm settle to wait until all events that have been queued by udev(7)\nhave been processed. It is a crude way to wait until \"all\" hardware has been discovered.\nServices may pull in this service and order themselves after it to wait for the udev queue to\nbe empty.\n\nUsing this service is not recommended.  There can be no guarantee that hardware is fully\ndiscovered at any specific time, because the kernel does hardware detection asynchronously,\nand certain buses and devices take a very long time to become ready, and also additional\nhardware may be plugged in at any time. Instead, services should subscribe to udev events and\nreact to any new hardware as it is discovered. Services that, based on configuration, expect\ncertain devices to appear, may warn or report failure after a timeout. This timeout should be\ntailored to the hardware type. Waiting for systemd-udev-settle.service usually slows boot\nsignificantly, because it means waiting for all unrelated events too.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "udev(7), udevadm(8)\n\n\n\nsystemd 249                                                           SYSTEMD-UDEV-SETTLE.SERVICE(8)",
                "subsections": []
            }
        }
    }
}