mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
---
|
|
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`.
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#daemon-reload>.
|
|
|
|
- Reload systemd to apply changes in unit files:
|
|
|
|
`systemctl daemon-reload`
|