{
    "content": [
        {
            "type": "text",
            "text": "# systemd (pydoc)\n\n## TLDR\n\n- To display process startup time::\n  `systemd-analyze`\n- To display process startup time at service level::\n  `systemd-analyze blame`\n- To list running units::\n  `systemctl list-units`\n- To load a unit at startup::\n  `systemctl enable foo.service`\n- To start or Stop a unit::\n  `systemctl &lt;start | stop&gt; foo.service`\n- To unit file locations::\n  `/etc/systemd/system`\n\n*Source: cheat.sh*\n\n---\n\n**Summary:** systemd\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (18 lines)\n- **PACKAGE CONTENTS** (8 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nsystemd\n\n### DESCRIPTION\n\n#  -*- Mode: python; indent-tabs-mode: nil -*- */\n#\n#\n#  Copyright 2012 David Strauss\n#\n#  python-systemd is free software; you can redistribute it and/or modify it\n#  under the terms of the GNU Lesser General Public License as published by\n#  the Free Software Foundation; either version 2.1 of the License, or\n#  (at your option) any later version.\n#\n#  python-systemd is distributed in the hope that it will be useful, but\n#  WITHOUT ANY WARRANTY; without even the implied warranty of\n#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n#  Lesser General Public License for more details.\n#\n#  You should have received a copy of the GNU Lesser General Public License\n#  along with python-systemd; If not, see <http://www.gnu.org/licenses/>.\n\n### PACKAGE CONTENTS\n\ndaemon\njournal\nreader\ndaemon\nid128\njournal\nlogin\n\n### FILE\n\n/usr/lib/python3/dist-packages/systemd/init.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "systemd",
        "section": "",
        "mode": "pydoc",
        "summary": "systemd",
        "synopsis": null,
        "tldr_summary": "",
        "tldr_examples": [
            {
                "description": "To display process startup time:",
                "command": "systemd-analyze"
            },
            {
                "description": "To display process startup time at service level:",
                "command": "systemd-analyze blame"
            },
            {
                "description": "To list running units:",
                "command": "systemctl list-units"
            },
            {
                "description": "To load a unit at startup:",
                "command": "systemctl enable foo.service"
            },
            {
                "description": "To start or Stop a unit:",
                "command": "systemctl &lt;start | stop&gt; foo.service"
            },
            {
                "description": "To unit file locations:",
                "command": "/etc/systemd/system"
            }
        ],
        "tldr_source": "cheatsh",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}