X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.snapshot.xml;h=1bb074a9b1168f8b2be82432f4fb1826d6c34647;hp=5e73cc6f789ef0e9e0ca7fd3d5a160450313001a;hb=3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c;hpb=b2c20dd9583eb50e03dfb684ef15e018becc887b diff --git a/man/systemd.snapshot.xml b/man/systemd.snapshot.xml index 5e73cc6f7..1bb074a9b 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,20 +56,20 @@ 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 - for details) or an equivalent command. When created + for details) or an equivalent command. When created, they will automatically get dependencies on the - currently activated units. They hence act as saved - runtime state of the systemd manager. Later on the + currently activated units. They act as saved + runtime state of the systemd manager. Later on, the user may choose to return to the saved state via - systemctl isolate. They are hence + systemctl isolate. They are useful to roll back to a defined state after temporarily starting/stopping services or similar. @@ -78,9 +78,10 @@ See Also - systemd8, + systemd1, systemctl8, - systemd.unit5 + systemd.unit5, + systemd.directives7