X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=c77992d07c6e1749df86f434fdcef0629064d48b;hp=4473c3d9455d1147929d21492ed58546074a363d;hb=a7c64469b68f442bcaaf771ac14a88c1b2a08b29;hpb=075b1e86c5b1713ae52d77716f19179d26cbe237 diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 4473c3d94..c77992d07 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -427,7 +427,7 @@ Restart= Configures whether the main service process shall be - restarted when it exists. Takes one of + restarted when it exits. Takes one of , , , @@ -557,7 +557,7 @@ group and the control group continues to exist after stop unless it is empty. Defaults to - . + . Processes will first be terminated via SIGTERM. If then after @@ -597,7 +597,7 @@ or . If no daemon status - updates are accepted by the service + updates are accepted from the service processes, all status update messages are ignored. If only service updates sent from the @@ -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. + +