Add systemd-analyze

This commit is contained in:
2025-05-03 19:07:08 +01:00
parent f12f6ce973
commit 904ab06b09
2 changed files with 2 additions and 22 deletions

View File

@@ -3,31 +3,9 @@
"id": "5324373015726ba8",
"type": "split",
"children": [
{
"id": "e8837102b8bf49ad",
"type": "tabs",
"dimension": 48.44173441734417,
"children": [
{
"id": "fc8813233e11f75b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "notes/firewall.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "firewall"
}
}
]
},
{
"id": "900961c3a85bfabb",
"type": "tabs",
"dimension": 51.55826558265583,
"children": [
{
"id": "7f9bd58214dfcb4d",

View File

@@ -415,6 +415,8 @@ A service is a unit file that specifies how to start, stop, reload and manage th
Unit files are usually located under `/lib/systemd/system/` and `/etc/systemd/system/`.
To check how long each service takes to load, use: `systemd-analyze blame`.
## GRUB
GRUB allows the user to select which kernel to boot to, load kernel modules before the kernel starts, and is responsible for loading the initial RAM disk (initrd), and thus, starting the system.