]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention systemd-fsck-usr.service
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 Mar 2023 22:15:12 +0000 (07:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 Mar 2023 22:15:12 +0000 (07:15 +0900)
man/rules/meson.build
man/systemd-fsck@.service.xml

index 2bf5936d641be628d41a3c11b30880d4afad4f8d..601cfc84c7ec45d6de80a8b3c75004c190530605 100644 (file)
@@ -911,7 +911,7 @@ manpages = [
  ['systemd-firstboot', '1', ['systemd-firstboot.service'], 'ENABLE_FIRSTBOOT'],
  ['systemd-fsck@.service',
   '8',
-  ['systemd-fsck', 'systemd-fsck-root.service'],
+  ['systemd-fsck', 'systemd-fsck-root.service', 'systemd-fsck-usr.service'],
   ''],
  ['systemd-fstab-generator', '8', [], ''],
  ['systemd-getty-generator', '8', [], ''],
index a9aa0ffd0a28927f98b810d8faa863aee3c455fb..e928aebdb335c4e0d73ddbaedd3476c2807bba9e 100644 (file)
@@ -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>
   <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
     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