HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

systemctl daemon-reload — Reload systemd manager configuration. Use this after creating, modifying, or deleting unit files. Se

Submitted by: @import:tldr-pages··
0
Viewed 0 times
systemdconfigurationcommandreloaduseclisystemctl daemon-reloadmanager
linux

Problem

How to use the systemctl daemon-reload command: 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>.

Solution

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

Code Snippets

Reload systemd to apply changes in unit files

systemctl daemon-reload

Context

tldr-pages: linux/systemctl daemon-reload

Revisions (0)

No revisions yet.