diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-03-05 23:15:12 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-03-05 23:15:12 +0100 |
commit | 5e9750533586efa3d480ac2bc4cf8549993bc3f1 (patch) | |
tree | 113d24f3da4ff5b6e3cec07230e634b4068558fd /man/systemd-fsck@.service.xml | |
parent | meson: adjust for removal of gnu-efi compat (diff) | |
download | systemd-5e9750533586efa3d480ac2bc4cf8549993bc3f1.tar.xz systemd-5e9750533586efa3d480ac2bc4cf8549993bc3f1.zip |
man: mention systemd-fsck-usr.service
Diffstat (limited to 'man/systemd-fsck@.service.xml')
-rw-r--r-- | man/systemd-fsck@.service.xml | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index a9aa0ffd0a..e928aebdb3 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -18,6 +18,7 @@ <refnamediv> <refname>systemd-fsck@.service</refname> <refname>systemd-fsck-root.service</refname> + <refname>systemd-fsck-usr.service</refname> <refname>systemd-fsck</refname> <refpurpose>File system checker logic</refpurpose> </refnamediv> @@ -25,18 +26,20 @@ <refsynopsisdiv> <para><filename>systemd-fsck@.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> </refsynopsisdiv> <refsect1> <title>Description</title> - <para><filename>systemd-fsck@.service</filename> and <filename>systemd-fsck-root.service</filename> are - services responsible for file system checks. They are instantiated for each device that is configured for - file system checking. <filename>systemd-fsck-root.service</filename> is responsible for file system - checks on the root file system, but only if the root 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><filename>systemd-fsck@.service</filename>, <filename>systemd-fsck-root.service</filename>, and + <filename>systemd-fsck-usr.service</filename> are services responsible for file system checks. They are + instantiated for each device that is configured for file system checking. + <filename>systemd-fsck-root.service</filename> and <filename>systemd-fsck-usr.service</filename> are + responsible for file system checks on the root and /usr file system, respectively, but only if the root + 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 <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 last check, number of mounts, unclean unmount, etc.</para> - <para><filename>systemd-fsck-root.service</filename> will activate - <filename>reboot.target</filename> if <filename>/sbin/fsck</filename> - returns the "System should reboot" condition, or - <filename>emergency.target</filename> if <filename>/sbin/fsck</filename> + <para><filename>systemd-fsck-root.service</filename> and <filename>systemd-fsck-usr.service</filename> + will activate <filename>reboot.target</filename> if <filename>/sbin/fsck</filename> returns the "System + should reboot" condition, or <filename>emergency.target</filename> if <filename>/sbin/fsck</filename> returns the "Filesystem errors left uncorrected" condition.</para> <para><filename>systemd-fsck@.service</filename> will fail if |