mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +00:00
Add systemd-analyze
This commit is contained in:
22
content/.obsidian/workspace.json
vendored
22
content/.obsidian/workspace.json
vendored
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user