mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-14 16:25:11 +01:00
pkgmgmt: for systemd revision, add how to restart systemd without reboot
This commit is contained in:
parent
e85741a2cd
commit
afe4fcba5e
@ -102,7 +102,7 @@
|
|||||||
you have to downgrade a package, or the package changes the versioning
|
you have to downgrade a package, or the package changes the versioning
|
||||||
scheme of library files suddenly.</para> </listitem>
|
scheme of library files suddenly.</para> </listitem>
|
||||||
|
|
||||||
<listitem> <para>If a package containing a shared library is updated,
|
<listitem><para>If a package containing a shared library is updated,
|
||||||
and the name of library doesn't change, but a severe issue
|
and the name of library doesn't change, but a severe issue
|
||||||
(especially, a security vulnerability) is fixed, all running programs
|
(especially, a security vulnerability) is fixed, all running programs
|
||||||
linked to the shared library should be restarted. The following
|
linked to the shared library should be restarted. The following
|
||||||
@ -120,6 +120,13 @@
|
|||||||
restart <command>sshd</command> service, then logout, login again,
|
restart <command>sshd</command> service, then logout, login again,
|
||||||
and rerun that command to confirm nothing is still using the
|
and rerun that command to confirm nothing is still using the
|
||||||
deleted libraries.
|
deleted libraries.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para revision='systemd'>
|
||||||
|
If the <command>systemd</command> daemon (running as PID 1) is
|
||||||
|
linked to the updated library, you can restart it without reboot
|
||||||
|
by running <command>systemctl daemon-reexec</command> as the
|
||||||
|
<systemitem class='username'>root</systemitem> user.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user