{
    "content": [
        {
            "type": "text",
            "text": "# PLYMOUTHD (man)\n\n## NAME\n\nplymouthd - The plymouth daemon\n\n## DESCRIPTION\n\nThe plymouthd daemon is usually run out of the initrd. It does the heavy lifting of the\nplymouth system, logging the session and showing the splash screen.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **OPTIONS** (9 subsections)\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PLYMOUTHD",
        "section": "",
        "mode": "man",
        "summary": "plymouthd - The plymouth daemon",
        "synopsis": "",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--help",
                "arg": null,
                "description": "Show summary of options."
            },
            {
                "flag": "",
                "long": "--attach-to-session",
                "arg": null,
                "description": "Redirect console messages from screen to log."
            },
            {
                "flag": "",
                "long": "--no-daemon",
                "arg": null,
                "description": "Do not daemonize."
            },
            {
                "flag": "",
                "long": "--debug",
                "arg": null,
                "description": "Output debugging information."
            },
            {
                "flag": "",
                "long": "--debug-file",
                "arg": "STRING",
                "description": "File to write debugging information to."
            },
            {
                "flag": "",
                "long": "--mode",
                "arg": "MODE",
                "description": "Set mode to either boot or shutdown."
            },
            {
                "flag": "",
                "long": "--pid-file",
                "arg": "STRING",
                "description": "Write the PID of the daemon to a file."
            },
            {
                "flag": "",
                "long": "--kernel-command-line",
                "arg": "STRING",
                "description": "Fake kernel commandline to use."
            },
            {
                "flag": "",
                "long": "--tty",
                "arg": "STRING",
                "description": "TTY to use instead of default."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "grub",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/grub/8/json"
            },
            {
                "name": "plymouth",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/plymouth/8/json"
            },
            {
                "name": "plymouth",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/plymouth/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "plymouthd [OPTION...]",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 2,
                "subsections": [
                    {
                        "name": "--help",
                        "lines": 2,
                        "long": "--help"
                    },
                    {
                        "name": "--attach-to-session",
                        "lines": 2,
                        "long": "--attach-to-session"
                    },
                    {
                        "name": "--no-daemon",
                        "lines": 2,
                        "long": "--no-daemon"
                    },
                    {
                        "name": "--debug",
                        "lines": 2,
                        "long": "--debug"
                    },
                    {
                        "name": "--debug-file=STRING",
                        "lines": 2,
                        "long": "--debug-file",
                        "arg": "STRING"
                    },
                    {
                        "name": "--mode=MODE",
                        "lines": 2,
                        "long": "--mode",
                        "arg": "MODE"
                    },
                    {
                        "name": "--pid-file=STRING",
                        "lines": 2,
                        "long": "--pid-file",
                        "arg": "STRING"
                    },
                    {
                        "name": "--kernel-command-line=STRING",
                        "lines": 2,
                        "long": "--kernel-command-line",
                        "arg": "STRING"
                    },
                    {
                        "name": "--tty=STRING",
                        "lines": 2,
                        "long": "--tty",
                        "arg": "STRING"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "plymouthd - The plymouth daemon\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "plymouthd [OPTION...]",
                        "content": ""
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "The plymouthd daemon is usually run out of the initrd. It does the heavy lifting of the\nplymouth system, logging the session and showing the splash screen.\n\nThe plymouth is used to send commands to plymouthd that control its behaviour.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "The following options are understood:\n",
                "subsections": [
                    {
                        "name": "--help",
                        "content": "Show summary of options.\n",
                        "long": "--help"
                    },
                    {
                        "name": "--attach-to-session",
                        "content": "Redirect console messages from screen to log.\n",
                        "long": "--attach-to-session"
                    },
                    {
                        "name": "--no-daemon",
                        "content": "Do not daemonize.\n",
                        "long": "--no-daemon"
                    },
                    {
                        "name": "--debug",
                        "content": "Output debugging information.\n",
                        "long": "--debug"
                    },
                    {
                        "name": "--debug-file=STRING",
                        "content": "File to write debugging information to.\n",
                        "long": "--debug-file",
                        "arg": "STRING"
                    },
                    {
                        "name": "--mode=MODE",
                        "content": "Set mode to either boot or shutdown.\n",
                        "long": "--mode",
                        "arg": "MODE"
                    },
                    {
                        "name": "--pid-file=STRING",
                        "content": "Write the PID of the daemon to a file.\n",
                        "long": "--pid-file",
                        "arg": "STRING"
                    },
                    {
                        "name": "--kernel-command-line=STRING",
                        "content": "Fake kernel commandline to use.\n",
                        "long": "--kernel-command-line",
                        "arg": "STRING"
                    },
                    {
                        "name": "--tty=STRING",
                        "content": "TTY to use instead of default.\n",
                        "long": "--tty",
                        "arg": "STRING"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "grub(8), plymouth(8), plymouth(1), http://www.freedesktop.org/wiki/Software/Plymouth\n\n\n\nplymouth                                                                                PLYMOUTHD(8)",
                "subsections": []
            }
        }
    }
}