mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 19:48:15 +00:00
Update cheatsheets
This commit is contained in:
15
tldr/linux/systemctl-daemon-reload
Normal file
15
tldr/linux/systemctl-daemon-reload
Normal 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`
|
||||
Reference in New Issue
Block a user