11 lines
375 B
Markdown
11 lines
375 B
Markdown
|
|
# 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`
|