mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: don't claim BindPaths= file systems would remain "in memory", they are just kept "mounted"
Follow-up for: 947d836a6e
(I guess in the original patch authors usecase the root fs actually
*does* remain in memory, but that's a special case and does not belong
in the man pages this way).
This commit is contained in:
committed by
Luca Boccassi
parent
9a441937e1
commit
579fbe5b78
@@ -119,9 +119,9 @@
|
||||
processes running during a soft-reboot operation requires disconnecting the service comprehensively from
|
||||
the rest of the OS, i.e. minimizing IPC and reducing sharing of resources with the rest of the OS. A
|
||||
possible mechanism to achieve this is the concept of <ulink
|
||||
url="https://systemd.io/PORTABLE_SERVICES">Portable Services</ulink>, but make sure no resource from
|
||||
the host's root filesystem is pinned via <varname>BindPaths=</varname> or similar unit settings,
|
||||
otherwise the old root filesystem will be kept in memory as long as the unit is running.</para>
|
||||
url="https://systemd.io/PORTABLE_SERVICES">Portable Services</ulink>, but make sure no resource from the
|
||||
host's OS filesystems is pinned via <varname>BindPaths=</varname> or similar unit settings, otherwise the
|
||||
old, originating filesystem will remain mounted as long as the unit is running.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
||||
Reference in New Issue
Block a user