X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.swap.xml;h=1155758e28d86aeed6b095278edaab8a80412917;hp=61901d268e189accd40b56a8db0ab87609a9288b;hb=86e1f46f92ff4c447ea32a6892ea394c6e6ef541;hpb=5e34b37c9fec5da130f6549ddabd8a2af5c9faac diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 61901d268..1155758e2 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -117,12 +117,40 @@ /etc/fstab and a unit file, the configuration in the latter takes precedence. - Unless the option is set - for them all swap units configured in - /etc/fstab are also added as - requirements to swap.target, so - that they are waited for and activated during - boot. + When reading /etc/fstab a + few special options are understood by systemd which + influence how dependencies are created for swap + units. + + + + + + + With the + swap unit will not be added as a dependency for + swap.target. This means that + it will not be activated automatically during + boot, unless it is pulled in by some other + unit. Option has the + opposite meaning and is the default. + + + + + + + + With the + swap unit will be only wanted, not required by + swap.target. This means that + the boot will continue even if this swap device is + not activated successfully. Option + has the opposite meaning and + is the default. + + + @@ -170,6 +198,20 @@ setting is optional. + + Options= + + May contain an option + string for the swap device. This may + be used for controlling discard + options among other functionality, if + the swap backing device supports the + discard or trim operation. (See + swapon8 + for more information.) + + + TimeoutSec= Configures the time to @@ -188,7 +230,7 @@ 20s". Pass 0 to disable the timeout logic. Defaults to DefaultTimeoutStartSec= from the manager configuration file - (see systemd-systemd.conf5). + (see systemd-system.conf5). @@ -204,7 +246,7 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5,