mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
man: mention systemd-fsck-usr.service
This commit is contained in:
parent
efcde781de
commit
5e97505335
@ -911,7 +911,7 @@ manpages = [
|
|||||||
['systemd-firstboot', '1', ['systemd-firstboot.service'], 'ENABLE_FIRSTBOOT'],
|
['systemd-firstboot', '1', ['systemd-firstboot.service'], 'ENABLE_FIRSTBOOT'],
|
||||||
['systemd-fsck@.service',
|
['systemd-fsck@.service',
|
||||||
'8',
|
'8',
|
||||||
['systemd-fsck', 'systemd-fsck-root.service'],
|
['systemd-fsck', 'systemd-fsck-root.service', 'systemd-fsck-usr.service'],
|
||||||
''],
|
''],
|
||||||
['systemd-fstab-generator', '8', [], ''],
|
['systemd-fstab-generator', '8', [], ''],
|
||||||
['systemd-getty-generator', '8', [], ''],
|
['systemd-getty-generator', '8', [], ''],
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>systemd-fsck@.service</refname>
|
<refname>systemd-fsck@.service</refname>
|
||||||
<refname>systemd-fsck-root.service</refname>
|
<refname>systemd-fsck-root.service</refname>
|
||||||
|
<refname>systemd-fsck-usr.service</refname>
|
||||||
<refname>systemd-fsck</refname>
|
<refname>systemd-fsck</refname>
|
||||||
<refpurpose>File system checker logic</refpurpose>
|
<refpurpose>File system checker logic</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
@ -25,18 +26,20 @@
|
|||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<para><filename>systemd-fsck@.service</filename></para>
|
<para><filename>systemd-fsck@.service</filename></para>
|
||||||
<para><filename>systemd-fsck-root.service</filename></para>
|
<para><filename>systemd-fsck-root.service</filename></para>
|
||||||
|
<para><filename>systemd-fsck-usr.service</filename></para>
|
||||||
<para><filename>/usr/lib/systemd/systemd-fsck</filename></para>
|
<para><filename>/usr/lib/systemd/systemd-fsck</filename></para>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para><filename>systemd-fsck@.service</filename> and <filename>systemd-fsck-root.service</filename> are
|
<para><filename>systemd-fsck@.service</filename>, <filename>systemd-fsck-root.service</filename>, and
|
||||||
services responsible for file system checks. They are instantiated for each device that is configured for
|
<filename>systemd-fsck-usr.service</filename> are services responsible for file system checks. They are
|
||||||
file system checking. <filename>systemd-fsck-root.service</filename> is responsible for file system
|
instantiated for each device that is configured for file system checking.
|
||||||
checks on the root file system, but only if the root filesystem was not checked in the initrd.
|
<filename>systemd-fsck-root.service</filename> and <filename>systemd-fsck-usr.service</filename> are
|
||||||
<filename>systemd-fsck@.service</filename> is used for all other file systems and for the root file
|
responsible for file system checks on the root and /usr file system, respectively, but only if the root
|
||||||
system in the initrd.</para>
|
filesystem was not checked in the initrd. <filename>systemd-fsck@.service</filename> is used for all
|
||||||
|
other file systems and for the root file system in the initrd.</para>
|
||||||
|
|
||||||
<para>These services are started at boot if
|
<para>These services are started at boot if
|
||||||
<option>passno</option> in <filename>/etc/fstab</filename> for the
|
<option>passno</option> in <filename>/etc/fstab</filename> for the
|
||||||
@ -52,10 +55,9 @@
|
|||||||
the filesystem should actually be checked based on the time since
|
the filesystem should actually be checked based on the time since
|
||||||
last check, number of mounts, unclean unmount, etc.</para>
|
last check, number of mounts, unclean unmount, etc.</para>
|
||||||
|
|
||||||
<para><filename>systemd-fsck-root.service</filename> will activate
|
<para><filename>systemd-fsck-root.service</filename> and <filename>systemd-fsck-usr.service</filename>
|
||||||
<filename>reboot.target</filename> if <filename>/sbin/fsck</filename>
|
will activate <filename>reboot.target</filename> if <filename>/sbin/fsck</filename> returns the "System
|
||||||
returns the "System should reboot" condition, or
|
should reboot" condition, or <filename>emergency.target</filename> if <filename>/sbin/fsck</filename>
|
||||||
<filename>emergency.target</filename> if <filename>/sbin/fsck</filename>
|
|
||||||
returns the "Filesystem errors left uncorrected" condition.</para>
|
returns the "Filesystem errors left uncorrected" condition.</para>
|
||||||
|
|
||||||
<para><filename>systemd-fsck@.service</filename> will fail if
|
<para><filename>systemd-fsck@.service</filename> will fail if
|
||||||
|
Loading…
Reference in New Issue
Block a user