Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-06 00:19:32 +00:00
parent 31c618829e
commit 3e6fa5fca1
47 changed files with 214 additions and 39 deletions

View File

@@ -0,0 +1,15 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# systemctl daemon-reload
> Reload systemd manager configuration.
> Use this after creating, modifying, or deleting unit files.
> See also: `systemctl reload` for reloading service configuration.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#daemon-reload>.
- Reload systemd to apply changes in unit files:
`systemctl daemon-reload`