X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=2db146b719daf9407fe96bc88f0eaf6681cad502;hb=5f36328f55dfc7942b7db74271206d0c60c48799;hp=c9cd51f739dda1cd0da27273fc07f9fb0c3d3a5a;hpb=50caaedb2c416c8972f9b2f835a69a20c524e81e;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c9cd51f73..2db146b71 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -344,7 +344,7 @@ daemon, and may be used for command lines like the following: /bin/kill -HUP - $(MAINPID). + $MAINPID. @@ -368,7 +368,7 @@ requested. Specifier and environment variable substitution is supported (including - $(MAINPID), see + $MAINPID, see above). @@ -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. + +