X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.snapshot.xml;h=f08e38e07e7047124daf90d5674f4d1aca7a1174;hp=a3e23225c68d6fd7a8b456fc4a2bd8fa560fcc1e;hb=8ea763865ffe1e5462d9921c01f4b135e1008d59;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/man/systemd.snapshot.xml b/man/systemd.snapshot.xml index a3e23225c..f08e38e07 100644 --- a/man/systemd.snapshot.xml +++ b/man/systemd.snapshot.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 . --> @@ -44,11 +44,11 @@ systemd.snapshot - systemd snapshot units + Snapshot unit configuration - systemd.snapshot + snapshot.snapshot @@ -56,14 +56,14 @@ Snapshot units are not configured via unit configuration files. Nonetheless they are named - similar to filenames. A unit name whose name ends in - .snapshot refers to a dynamic + similar to filenames. A unit whose name ends in + .snapshot refers to a dynamic snapshot of the systemd runtime state. Snapshots are not configured on disk but created dynamically via systemctl snapshot (see - systemctl8 + systemctl1 for details) or an equivalent command. When created, they will automatically get dependencies on the currently activated units. They act as saved @@ -79,8 +79,9 @@ See Also systemd1, - systemctl8, - systemd.unit5 + systemctl1, + systemd.unit5, + systemd.directives7