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

systemctl daemon-reexec — Reexecute systemd while preserving current unit states. See also: `systemctl daemon-reload`. More in

Submitted by: @import:tldr-pages··
0
Viewed 0 times
systemdcurrentwhilecommandsystemctl daemon-reexecclireexecutepreserving
linux

Problem

How to use the systemctl daemon-reexec command: Reexecute systemd while preserving current unit states. See also: systemctl daemon-reload. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#daemon-reexec>.

Solution

systemctl daemon-reexec — Reexecute systemd while preserving current unit states. See also: systemctl daemon-reload. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#daemon-reexec>.

Reexecute systemd:
systemctl daemon-reexec

Code Snippets

Reexecute systemd

systemctl daemon-reexec

Context

tldr-pages: linux/systemctl daemon-reexec

Revisions (0)

No revisions yet.