X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.swap.xml;h=beb8dba210718629088b3051ef956bcf3220a7e0;hb=19125c205aa6084c225b5c11cc6dcbe18c6dbcc0;hp=3277ddbd4e247f7c2765ba053cb83eed3efcc517;hpb=cd25cce98f5cc930202212c3c9c13605c09698b4;p=elogind.git diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 3277ddbd4..beb8dba21 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -9,16 +9,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -78,7 +78,7 @@ All swap units automatically get the appropriate dependencies on the devices (resp. on the mount points - of the files) they are actived from. + of the files) they are activated from. Swap units with DefaultDependencies= enabled @@ -93,7 +93,13 @@ Swap units may either be configured via unit files, or via /etc/fstab (see fstab5 - for details). + for details). Swaps listed in + /etc/fstab will be converted into + native units dynamically at boot and when the + configuration of the system manager is + reloaded. See + systemd-fstab-generator8 + for details about the conversion. If a swap device or file is configured in both /etc/fstab and a unit file the @@ -166,7 +172,7 @@ a time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 3min. + 90s. @@ -215,7 +221,8 @@ systemd.exec5, systemd.device5, systemd.mount5, - swapon8 + swapon8, + systemd-fstab-generator8