X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=2db146b719daf9407fe96bc88f0eaf6681cad502;hb=57b63f363ffeed8556da11eab395f902adcefd5b;hp=4473c3d9455d1147929d21492ed58546074a363d;hpb=075b1e86c5b1713ae52d77716f19179d26cbe237;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 4473c3d94..2db146b71 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -638,6 +638,33 @@ refers to. + + FsckPassNo= + Set the fsck passno + priority to use to order this service + in relation to other file system + checking services. This option is only + necessary to fix ordering in relation + to fsck jobs automatically created for + all /etc/fstab + entries with a value in the fs_passno + column > 0. As such it should only be + used as option for fsck + services. Almost always it is a better + choice to add explicit ordering + directives via + After= or + Before=, + instead. For more details see + systemd.unit5. If + used, pass an integer value in the + same range as + /etc/fstab's + fs_passno column. See + fstab5 + for details. + +