Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-05 00:24:05 +00:00
parent 2bbe099b4f
commit 54605ccea2
17 changed files with 71 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# systemctl reload
> Reload a service's configuration without restarting it.
> This reloads the service itself (like Apache or Nginx configs), not the systemd unit file.
> This reloads the service itself (like Apache or `nginx` configs), not the systemd unit file.
> To reload unit files, use `systemctl daemon-reload`.
- Reload a service: